Home
last modified time | relevance | path

Searched refs:eTypeDictionary (Results 1 – 8 of 8) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValue.h35 eTypeDictionary, enumerator
176 case 1u << eTypeDictionary: return eTypeDictionary; in ConvertTypeMaskToType()
DOptionValueDictionary.h46 return eTypeDictionary; in GetType()
/external/lldb/source/Interpreter/
DOptionValue.cpp165 if (GetType () == OptionValue::eTypeDictionary) in GetAsDictionary()
173 if (GetType () == OptionValue::eTypeDictionary) in GetAsDictionary()
523 case eTypeDictionary: return "dictionary"; in GetBuiltinTypeAsCString()
DProperty.cpp64 case OptionValue::eTypeDictionary: in Property()
DOptionValueArray.cpp48 case eTypeDictionary: in DumpValue()
DOptionValueDictionary.cpp58 case eTypeDictionary: in DumpValue()
/external/lldb/source/Target/
DTarget.cpp2337 …{ "env-vars" , OptionValue::eTypeDictionary, false, OptionValue::eTypeSt…
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp13534 if ((value_sp.get() == NULL) || (value_sp->GetType() != OptionValue::eTypeDictionary)) in TestEmulation()
13548 if ((value_sp.get() == NULL) || (value_sp->GetType() != OptionValue::eTypeDictionary)) in TestEmulation()