Searched refs:eStructuredDataTypeDictionary (Results 1 – 16 of 16) sorted by relevance
100 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()386 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} in Dictionary()388 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { in Dictionary()389 if (!obj_sp || obj_sp->GetType() != lldb::eStructuredDataTypeDictionary) { in Dictionary()
100 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()400 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} in Dictionary()402 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { in Dictionary()403 if (!obj_sp || obj_sp->GetType() != lldb::eStructuredDataTypeDictionary) { in Dictionary()
103 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
846 eStructuredDataTypeDictionary, enumerator
849 eStructuredDataTypeDictionary, enumerator
1306 eStructuredDataTypeDictionary = _lldb.eStructuredDataTypeDictionary variable
1298 eStructuredDataTypeDictionary = _lldb.eStructuredDataTypeDictionary variable