Searched refs:child0_sp (Results 1 – 2 of 2) sorted by relevance
346 auto child0_sp = potential_child_sp->GetChildAtIndex(0); in GetChildAtIndex() local347 if (child0_sp && in GetChildAtIndex()348 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc)) in GetChildAtIndex()349 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()353 auto child0_sp = potential_child_sp->GetChildAtIndex(0); in GetChildAtIndex() local355 if (child0_sp && in GetChildAtIndex()356 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc) && in GetChildAtIndex()358 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()456 auto child0_sp = key_value_sp->GetChildAtIndex(0); in Update() local457 if (child0_sp && in Update()[all …]
348 if (auto child0_sp = potential_child_sp->GetChildAtIndex(0); in Update() local349 child0_sp->GetName() == "__cc_" || child0_sp->GetName() == "__cc") in Update()350 potential_child_sp = child0_sp->Clone(ConstString("pair")); in Update()