Searched refs:current_sp (Results 1 – 1 of 1) sorted by relevance
266 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex() local267 if (!current_sp) in GetChildAtIndex()270 current_sp = current_sp->GetChildAtIndex(1); // get the __value_ child in GetChildAtIndex()271 if (!current_sp) in GetChildAtIndex()278 current_sp->GetData(data, error); in GetChildAtIndex()359 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex() local360 if (!current_sp) in GetChildAtIndex()363 current_sp = current_sp->GetChildAtIndex(1); // get the __value_ child in GetChildAtIndex()364 if (!current_sp) in GetChildAtIndex()367 if (current_sp->GetName() == g_next) { in GetChildAtIndex()[all …]