Home | History | Annotate | Download | only in Target

Lines Matching defs:var_idx

1179         const uint32_t var_idx = var_list->FindIndexForVariable (variable_sp.get());
1181 if (var_idx < num_variables)
1183 valobj_sp = m_variable_list_value_objects.GetValueObjectAtIndex (var_idx);
1189 m_variable_list_value_objects.SetValueObjectAtIndex (var_idx, valobj_sp);