Searched refs:eStructuredDataTypeDictionary (Results 1 – 9 of 9) sorted by relevance
65 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()126 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
92 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()354 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} in Dictionary()356 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { in Dictionary()357 if (!obj_sp || obj_sp->GetType() != lldb::eStructuredDataTypeDictionary) { in Dictionary()
103 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
81 if not dict_struct.GetType() == lldb.eStructuredDataTypeDictionary:
97 if (this->GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
803 eStructuredDataTypeDictionary enumerator
1794 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()1807 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()1830 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1031 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()1337 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()
1070 .. py:data:: eStructuredDataTypeDictionary