Searched refs:valobj_list (Results 1 – 7 of 7) sorted by relevance
325 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument336 valobj_list); in GetValuesForVariableExpressionPath()341 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()344 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()347 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()349 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()357 valobj_list); in GetValuesForVariableExpressionPath()359 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()362 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()365 valobj_list.RemoveValueObjectAtIndex(i); 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()
5519 ValueObjectListDelegate(ValueObjectList &valobj_list) : m_rows() { in ValueObjectListDelegate() argument5520 SetValues(valobj_list); in ValueObjectListDelegate()5525 void SetValues(ValueObjectList &valobj_list) { in SetValues() argument5531 for (auto &valobj_sp : valobj_list.GetObjects()) in SetValues()
29 void Append(const ValueObjectList &valobj_list);
106 ValueObjectList &valobj_list);
913 ValueObjectList valobj_list; in DoExecute() local918 variable_list, valobj_list)); in DoExecute()920 if (valobj_list.GetSize()) in DoExecute()921 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
839 ValueObjectList valobj_list; in DoExecute() local857 GetVariableCallback, target, variable_list, valobj_list)); in DoExecute()870 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()