Searched refs:valobj_list (Results 1 – 7 of 7) sorted by relevance
333 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument344 valobj_list); in GetValuesForVariableExpressionPath()349 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()352 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()355 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()357 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()365 valobj_list); in GetValuesForVariableExpressionPath()367 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()373 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()375 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()
4050 ValueObjectListDelegate(ValueObjectList &valobj_list) in ValueObjectListDelegate() argument4053 SetValues(valobj_list); in ValueObjectListDelegate()4058 void SetValues(ValueObjectList &valobj_list) { in SetValues() argument4064 for (auto &valobj_sp : valobj_list.GetObjects()) in SetValues()
29 void Append(const ValueObjectList &valobj_list);
102 ValueObjectList &valobj_list);
917 ValueObjectList valobj_list; in DoExecute() local922 variable_list, valobj_list)); in DoExecute()924 if (valobj_list.GetSize()) in DoExecute()925 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
828 ValueObjectList valobj_list; in DoExecute() local846 GetVariableCallback, target, variable_list, valobj_list)); in DoExecute()859 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()