Searched refs:eStructuredDataTypeDictionary (Results 1 – 11 of 11) sorted by relevance
70 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()130 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
100 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
84 if not dict_struct.GetType() == lldb.eStructuredDataTypeDictionary:
97 if (this->GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
92 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()354 Dictionary() : Object(lldb::eStructuredDataTypeDictionary), m_dict() {} in Dictionary()
1115 json_object->GetType() != lldb::eStructuredDataTypeDictionary) in Handle_jTraceStart()1135 custom_params_sp->GetType() != lldb::eStructuredDataTypeDictionary) in Handle_jTraceStart()1177 json_object->GetType() != lldb::eStructuredDataTypeDictionary) in Handle_jTraceStop()1241 json_object->GetType() != lldb::eStructuredDataTypeDictionary) in Handle_jTraceConfigRead()1309 json_object->GetType() != lldb::eStructuredDataTypeDictionary) in Handle_jTraceRead()
3533 json_object->GetType() != lldb::eStructuredDataTypeDictionary) { in SendGetTraceConfigPacket()3554 lldb::eStructuredDataTypeDictionary) { in SendGetTraceConfigPacket()
789 eStructuredDataTypeDictionary enumerator
1809 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()1822 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()1845 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
594 ASSERT_EQ(custom_params->GetType(), eStructuredDataTypeDictionary); in TEST_F()
1042 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()1348 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()