Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionValue.h41 eTypeProperties, enumerator
84 return GetType() == eTypeProperties; in ValueIsTransparent()
182 case 1u << eTypeProperties: return eTypeProperties; in ConvertTypeMaskToType()
DOptionValueProperties.h53 return eTypeProperties; in GetType()
/external/lldb/source/Interpreter/
DOptionValue.cpp229 if (GetType () == OptionValue::eTypeProperties) in GetAsProperties()
237 if (GetType () == OptionValue::eTypeProperties) in GetAsProperties()
529 case eTypeProperties: return "properties"; in GetBuiltinTypeAsCString()
DProperty.cpp35 case OptionValue::eTypeProperties: in Property()
DOptionValueArray.cpp49 case eTypeProperties: in DumpValue()
DOptionValueDictionary.cpp59 case eTypeProperties: in DumpValue()