Lines Matching refs:valobj_list
333 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument
344 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()
370 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
373 valobj_list.RemoveValueObjectAtIndex(i); in GetValuesForVariableExpressionPath()
375 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()
434 valobj_list.Append(valobj_sp); in GetValuesForVariableExpressionPath()