Searched refs:eStructuredDataTypeDictionary (Results 1 – 9 of 9) sorted by relevance
53 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()87 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
96 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
96 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()353 Dictionary() : Object(lldb::eStructuredDataTypeDictionary), m_dict() {} in Dictionary()
154 if (this->GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
1048 json_object->GetType() != lldb::eStructuredDataTypeDictionary)1068 custom_params_sp->GetType() != lldb::eStructuredDataTypeDictionary)1110 json_object->GetType() != lldb::eStructuredDataTypeDictionary)1147 json_object->GetType() != lldb::eStructuredDataTypeDictionary)1215 json_object->GetType() != lldb::eStructuredDataTypeDictionary)
3421 json_object->GetType() != lldb::eStructuredDataTypeDictionary) { in SendGetTraceConfigPacket()3442 lldb::eStructuredDataTypeDictionary) { in SendGetTraceConfigPacket()
806 eStructuredDataTypeDictionary enumerator
1996 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()2009 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()2032 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1062 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()1350 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()