Home
last modified time | relevance | path

Searched refs:eStructuredDataTypeDictionary (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp53 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()
87 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStructuredDataImpl.h96 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h96 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()
353 Dictionary() : Object(lldb::eStructuredDataTypeDictionary), m_dict() {} in Dictionary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStructuredData.cpp154 if (this->GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1048 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)
H A DGDBRemoteCommunicationClient.cpp3421 json_object->GetType() != lldb::eStructuredDataTypeDictionary) { in SendGetTraceConfigPacket()
3442 lldb::eStructuredDataTypeDictionary) { in SendGetTraceConfigPacket()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h806 eStructuredDataTypeDictionary enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1996 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
2009 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
2032 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1062 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()
1350 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()