Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBStructuredData.cpp70 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()
130 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
/external/llvm-project/lldb/include/lldb/Core/
DStructuredDataImpl.h100 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
/external/llvm-project/lldb/test/API/python_api/sbstructureddata/
DTestStructuredDataAPI.py84 if not dict_struct.GetType() == lldb.eStructuredDataTypeDictionary:
/external/llvm-project/lldb/source/Utility/
DStructuredData.cpp97 if (this->GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h92 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()
354 Dictionary() : Object(lldb::eStructuredDataTypeDictionary), m_dict() {} in Dictionary()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp1115 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()
DGDBRemoteCommunicationClient.cpp3533 json_object->GetType() != lldb::eStructuredDataTypeDictionary) { in SendGetTraceConfigPacket()
3554 lldb::eStructuredDataTypeDictionary) { in SendGetTraceConfigPacket()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h789 eStructuredDataTypeDictionary enumerator
/external/llvm-project/lldb/source/Target/
DThread.cpp1809 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1822 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1845 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp594 ASSERT_EQ(custom_params->GetType(), eStructuredDataTypeDictionary); in TEST_F()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp1042 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()
1348 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()