Lines Matching defs:child0_sp
364 auto child0_sp = potential_child_sp->GetChildAtIndex(0);
365 if (child0_sp &&
366 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc))
367 potential_child_sp = child0_sp->Clone(ConstString(name.GetString()));
371 auto child0_sp = potential_child_sp->GetChildAtIndex(0);
373 if (child0_sp &&
374 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc) &&
376 potential_child_sp = child0_sp->Clone(ConstString(name.GetString()));
475 auto child0_sp = key_value_sp->GetChildAtIndex(0);
476 if (child0_sp &&
477 (child0_sp->GetName() == "__cc_" || child0_sp->GetName() == "__cc"))
478 key_value_sp = child0_sp->Clone(ConstString("pair"));