Searched refs:eTypeString (Results 1 – 11 of 11) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
D | OptionValue.h | 44 eTypeString, enumerator 185 case 1u << eTypeString: return eTypeString; in ConvertTypeMaskToType()
|
D | OptionValueArgs.h | 25 OptionValueArray (OptionValue::ConvertTypeToMask (OptionValue::eTypeString)) in OptionValueArgs()
|
D | OptionValueString.h | 133 return eTypeString; in GetType()
|
/external/lldb/source/Interpreter/ |
D | OptionValue.cpp | 277 if (GetType () == OptionValue::eTypeString) in GetAsString() 285 if (GetType () == OptionValue::eTypeString) in GetAsString() 532 case eTypeString: return "string"; in GetBuiltinTypeAsCString() 553 case 1u << eTypeString: value_sp.reset(new OptionValueString()); break; in CreateValueFromCStringForTypeMask()
|
D | OptionValueDictionary.cpp | 71 case eTypeString: in DumpValue() 378 if (pos->second->GetType() == OptionValue::eTypeString) in SetStringValueForKey()
|
D | Property.cpp | 158 case OptionValue::eTypeString: in Property()
|
D | OptionValueArray.cpp | 60 case eTypeString: in DumpValue()
|
/external/lldb/include/lldb/DataFormatters/ |
D | TypeSummary.h | 206 eTypeString, enumerator 391 return TypeSummaryImpl::eTypeString; in GetType()
|
/external/lldb/source/Core/ |
D | Debugger.cpp | 123 { "frame-format", OptionValue::eTypeString , true, 0 , DEFAULT_FRAME_FORMAT, NULL,… 125 { "prompt", OptionValue::eTypeString , true, OptionValueString::eOptionEncodeCh… 132 { "thread-format", OptionValue::eTypeString , true, 0 , DEFAULT_THREAD_FORMAT, NULL…
|
/external/lldb/source/Target/ |
D | Target.cpp | 2335 …{ "arg0" , OptionValue::eTypeString , false, 0 … 2337 … , OptionValue::eTypeDictionary, false, OptionValue::eTypeString , NULL, NULL, …
|
D | Process.cpp | 98 …{ "extra-startup-command", OptionValue::eTypeArray , false, OptionValue::eTypeString, NULL, NULL,…
|