Searched refs:eStructuredDataTypeDictionary (Results 1 – 11 of 11) sorted by relevance
100 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary() 386 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {}388 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) {389 if (!obj_sp || obj_sp->GetType() != lldb::eStructuredDataTypeDictionary) {
55 object_sp->GetType() == lldb::eStructuredDataTypeDictionary; in IsRecordType()108 if (GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
93 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
155 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
210 if (!report || report->GetType() != lldb::eStructuredDataTypeDictionary) in NotifyBreakpointHit()
142 if (entry.GetObjectSP()->GetType() != lldb::eStructuredDataTypeDictionary) { in DispatchClientTelemetry()
1116 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()1587 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()
1872 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()1885 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()1908 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
862 eStructuredDataTypeDictionary, enumerator
1072 .. py:data:: eStructuredDataTypeDictionary
83029 {SWIG_LUA_CONSTTAB_INT("eStructuredDataTypeDictionary", (lldb::eStructuredDataTypeDictionary))},