reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86626   SWIG_Python_SetConstant(d, "eStructuredDataTypeDictionary",SWIG_From_int(static_cast< int >(lldb::eStructuredDataTypeDictionary)));
tools/lldb/include/lldb/Core/StructuredDataImpl.h
   96     if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) {
tools/lldb/include/lldb/Utility/StructuredData.h
   92       return ((m_type == lldb::eStructuredDataTypeDictionary)
  354     Dictionary() : Object(lldb::eStructuredDataTypeDictionary), m_dict() {}
tools/lldb/source/API/SBStructuredData.cpp
   70   if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary)
  130   if (GetType() != eStructuredDataTypeDictionary)
tools/lldb/source/Core/FormatEntity.cpp
 1038     } else if (value->GetType() == eStructuredDataTypeDictionary) {
 1335             object_sp->GetType() == eStructuredDataTypeDictionary) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3452           json_object->GetType() != lldb::eStructuredDataTypeDictionary) {
 3473             lldb::eStructuredDataTypeDictionary) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1051       json_object->GetType() != lldb::eStructuredDataTypeDictionary)
 1071       custom_params_sp->GetType() != lldb::eStructuredDataTypeDictionary)
 1113       json_object->GetType() != lldb::eStructuredDataTypeDictionary)
 1150       json_object->GetType() != lldb::eStructuredDataTypeDictionary)
 1218       json_object->GetType() != lldb::eStructuredDataTypeDictionary)
tools/lldb/source/Target/Thread.cpp
 1983     if (activity && activity->GetType() == eStructuredDataTypeDictionary) {
 1996     if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) {
 2019           if (message && message->GetType() == eStructuredDataTypeDictionary) {
tools/lldb/source/Utility/StructuredData.cpp
   99   if (this->GetType() == lldb::eStructuredDataTypeDictionary) {
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  515   ASSERT_EQ(custom_params->GetType(), eStructuredDataTypeDictionary);