Home
last modified time | relevance | path

Searched refs:name_const_string (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Target/
DStackFrame.cpp588 ConstString name_const_string; in GetValueForVariableExpressionPath() local
590 name_const_string.SetCString (var_path.c_str()); in GetValueForVariableExpressionPath()
592 name_const_string.SetCStringWithLength (var_path.c_str(), separator_idx); in GetValueForVariableExpressionPath()
594 var_sp = variable_list->FindVariable(name_const_string); in GetValueForVariableExpressionPath()
600 var_path.erase (0, name_const_string.GetLength ()); in GetValueForVariableExpressionPath()
719name_const_string.GetCString()); in GetValueForVariableExpressionPath()
1097 name_const_string.GetCString()); in GetValueForVariableExpressionPath()
/external/lldb/source/Core/
DValueObject.cpp2184 ConstString name_const_string(expression); in GetSyntheticExpressionPathChild() local
2187 synthetic_child_sp = GetSyntheticChild (name_const_string); in GetSyntheticExpressionPathChild()
2200 AddSyntheticChild(name_const_string, synthetic_child_sp.get()); in GetSyntheticExpressionPathChild()