Searched refs:current_sp (Results 1 – 1 of 1) sorted by relevance
273 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex() local274 if (!current_sp) in GetChildAtIndex()277 current_sp = current_sp->GetChildAtIndex(1, true); // get the __value_ child in GetChildAtIndex()278 if (!current_sp) in GetChildAtIndex()285 current_sp->GetData(data, error); in GetChildAtIndex()378 if (!current_sp) in GetChildAtIndex()381 current_sp = current_sp->GetChildAtIndex(1, true); // get the __value_ child in GetChildAtIndex()382 if (!current_sp) in GetChildAtIndex()385 if (current_sp->GetName() == g_next) { in GetChildAtIndex()394 current_sp = in GetChildAtIndex()[all …]