Searched refs:child0_sp (Results 1 – 1 of 1) sorted by relevance
415 auto child0_sp = potential_child_sp->GetChildAtIndex(0, true); in GetChildAtIndex() local416 if (child0_sp && in GetChildAtIndex()417 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc)) in GetChildAtIndex()418 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()422 auto child0_sp = potential_child_sp->GetChildAtIndex(0, true); in GetChildAtIndex() local424 if (child0_sp && in GetChildAtIndex()425 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc) && in GetChildAtIndex()427 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()