Home
last modified time | relevance | path

Searched refs:eTypeArray (Results 1 – 7 of 7) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValue.h33 eTypeArray, enumerator
174 case 1u << eTypeArray: return eTypeArray; in ConvertTypeMaskToType()
DOptionValueArray.h45 return eTypeArray; in GetType()
/external/lldb/source/Interpreter/
DOptionValue.cpp131 if (GetType () == OptionValue::eTypeArray) in GetAsArray()
140 if (GetType () == OptionValue::eTypeArray) in GetAsArray()
521 case eTypeArray: return "array"; in GetBuiltinTypeAsCString()
DOptionValueArray.cpp28 if ((GetType() == eTypeArray) && (m_type_mask != eTypeInvalid)) in DumpValue()
47 case eTypeArray: in DumpValue()
DProperty.cpp48 case OptionValue::eTypeArray: in Property()
DOptionValueDictionary.cpp57 case eTypeArray: in DumpValue()
/external/lldb/source/Target/
DProcess.cpp98 …{ "extra-startup-command", OptionValue::eTypeArray , false, OptionValue::eTypeString, NULL, NULL,…