Searched refs:name_const_string (Results 1 – 2 of 2) sorted by relevance
617 ConstString name_const_string(var_expr.substr(0, separator_idx)); in LegacyGetValueForVariableExpressionPath() local619 var_sp = variable_list->FindVariable(name_const_string, false); in LegacyGetValueForVariableExpressionPath()624 var_expr = var_expr.drop_front(name_const_string.GetLength()); in LegacyGetValueForVariableExpressionPath()668 valobj_sp = valobj_sp->GetChildMemberWithName(name_const_string); in LegacyGetValueForVariableExpressionPath()681 "no variable named '{0}' found in this frame", name_const_string); in LegacyGetValueForVariableExpressionPath()784 name_const_string.GetCString()); in LegacyGetValueForVariableExpressionPath()
1976 ConstString name_const_string(expression); in GetSyntheticExpressionPathChild() local1979 synthetic_child_sp = GetSyntheticChild(name_const_string); in GetSyntheticExpressionPathChild()1993 AddSyntheticChild(name_const_string, synthetic_child_sp.get()); in GetSyntheticExpressionPathChild()