Lines Matching refs:valobj_list
326 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument
337 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()
363 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
366 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()
368 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()
425 valobj_list.Append(valobj_sp); in GetValuesForVariableExpressionPath()