Lines Matching refs:valobj_list
325 ValueObjectList &valobj_list) { in GetValuesForVariableExpressionPath() argument
336 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()
367 valobj_list.SetValueObjectAtIndex(i, valobj_sp); in GetValuesForVariableExpressionPath()
426 valobj_list.Append(valobj_sp); in GetValuesForVariableExpressionPath()