Lines Matching refs:valobj_list
328 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument
339 valobj_list); in GetValuesForVariableExpressionPath()
344 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()
347 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
350 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()
352 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()
360 valobj_list); in GetValuesForVariableExpressionPath()
362 for (uint32_t i = 0; i < valobj_list.GetSize();) { in GetValuesForVariableExpressionPath()
365 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
368 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()
370 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()
427 valobj_list.Append(valobj_sp); in GetValuesForVariableExpressionPath()