reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
414 if (potential_child_sp) { 415 switch (potential_child_sp->GetNumChildren()) { 417 auto child0_sp = potential_child_sp->GetChildAtIndex(0, true); 419 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); 423 auto child0_sp = potential_child_sp->GetChildAtIndex(0, true); 424 auto child1_sp = potential_child_sp->GetChildAtIndex(1, true); 427 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); 433 return potential_child_sp;