Home
last modified time | relevance | path

Searched refs:eTypeFormat (Results 1 – 6 of 6) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValue.h39 eTypeFormat, enumerator
180 case 1u << eTypeFormat: return eTypeFormat; in ConvertTypeMaskToType()
DOptionValueFormat.h51 return eTypeFormat; in GetType()
/external/lldb/source/Interpreter/
DOptionValue.cpp197 if (GetType () == OptionValue::eTypeFormat) in GetAsFormat()
205 if (GetType () == OptionValue::eTypeFormat) in GetAsFormat()
527 case eTypeFormat: return "format"; in GetBuiltinTypeAsCString()
551 case 1u << eTypeFormat: value_sp.reset(new OptionValueFormat(eFormatInvalid)); break; in CreateValueFromCStringForTypeMask()
DProperty.cpp103 case OptionValue::eTypeFormat: in Property()
DOptionValueArray.cpp58 case eTypeFormat: in DumpValue()
DOptionValueDictionary.cpp69 case eTypeFormat: in DumpValue()