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()370 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} in Dictionary()372 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { in Dictionary()373 if (!obj_sp || obj_sp->GetType() != lldb::eStructuredDataTypeDictionary) { in Dictionary()
55 object_sp->GetType() == lldb::eStructuredDataTypeDictionary; in IsRecordType()105 if (this->GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
103 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
1176 case lldb::eStructuredDataTypeDictionary: { in FilterAndGetValueForKey()1191 statistics.GetType() == lldb::eStructuredDataTypeDictionary; in addStatistic()
808 eStructuredDataTypeDictionary enumerator
1821 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()1834 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()1857 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1024 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()1396 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()
1070 .. py:data:: eStructuredDataTypeDictionary