Searched refs:eStructuredDataTypeDictionary (Results 1 – 9 of 9) sorted by relevance
70 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()136 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
100 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
92 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()354 Dictionary() : Object(lldb::eStructuredDataTypeDictionary), m_dict() {} in Dictionary()
97 if (this->GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
1801 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()1814 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()1837 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
794 eStructuredDataTypeDictionary enumerator
1032 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()1338 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()
1069 .. py:data:: eStructuredDataTypeDictionary
71053 {SWIG_LUA_CONSTTAB_INT("eStructuredDataTypeDictionary", lldb::eStructuredDataTypeDictionary)},