Searched refs:valobj_list (Results 1 – 7 of 7) sorted by relevance
326 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument337 valobj_list); in GetValuesForVariableExpressionPath()342 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()345 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()348 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()350 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()358 valobj_list); in GetValuesForVariableExpressionPath()360 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()366 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()368 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()[all …]
29 void ValueObjectList::Append(const ValueObjectList &valobj_list) { in Append() argument30 std::copy(valobj_list.m_value_objects.begin(), // source begin in Append()31 valobj_list.m_value_objects.end(), // source end in Append()
5539 ValueObjectListDelegate(ValueObjectList &valobj_list) : m_rows() { in ValueObjectListDelegate() argument5540 SetValues(valobj_list); in ValueObjectListDelegate()5545 void SetValues(ValueObjectList &valobj_list) { in SetValues() argument5551 for (auto &valobj_sp : valobj_list.GetObjects()) in SetValues()
29 void Append(const ValueObjectList &valobj_list);
106 ValueObjectList &valobj_list);
902 ValueObjectList valobj_list; in DoExecute() local907 variable_list, valobj_list)); in DoExecute()909 if (valobj_list.GetSize()) in DoExecute()910 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
871 ValueObjectList valobj_list; in DoExecute() local889 GetVariableCallback, target, variable_list, valobj_list)); in DoExecute()902 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()