Searched refs:valobj_list (Results 1 – 8 of 8) sorted by relevance
334 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument345 valobj_list); in GetValuesForVariableExpressionPath()350 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()353 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()356 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()358 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()366 valobj_list); in GetValuesForVariableExpressionPath()368 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()374 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()376 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()[all …]
38 void ValueObjectList::Append(const ValueObjectList &valobj_list) { in Append() argument39 std::copy(valobj_list.m_value_objects.begin(), // source begin in Append()40 valobj_list.m_value_objects.end(), // source end in Append()
2638 ValueObjectListDelegate(ValueObjectList &valobj_list) in ValueObjectListDelegate() argument2642 SetValues(valobj_list); in ValueObjectListDelegate()2647 void SetValues(ValueObjectList &valobj_list) { in SetValues() argument2653 for (auto &valobj_sp : valobj_list.GetObjects()) in SetValues()
44 void Append(const ValueObjectList &valobj_list);
503 ValueObjectList &valobj_list);
104 ValueObjectList &valobj_list);
890 ValueObjectList valobj_list; in DoExecute() local895 variable_list, valobj_list)); in DoExecute()897 if (valobj_list.GetSize()) in DoExecute()898 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
860 ValueObjectList valobj_list; in DoExecute() local879 GetVariableCallback, target, variable_list, valobj_list)); in DoExecute()893 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()