Home
last modified time | relevance | path

Searched refs:GetObject (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/debugserver/
H A DJSONTest.cpp57 TestJSON<JSONNumber>(obj_val.GetObject("key1").get(), in TEST()
63 TestJSON<JSONString>(obj_val.GetObject("key2").get(), in TEST()
70 TestJSON<JSONNumber>(array_val.GetObject(0).get(), in TEST()
77 array_val.GetObject(1).get(), in TEST()
79 TestJSON<JSONNumber>(array_val.GetObject(2).get(), in TEST()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSON.cpp137 JSONValue::SP JSONObject::GetObject(const std::string &key) const { in GetObject() function in JSONObject
145 auto value_sp = GetObject(key); in GetObjectAsBool()
167 auto value_sp = GetObject(key); in GetObjectAsString()
217 JSONValue::SP JSONArray::GetObject(Index i) { in GetObject() function in JSONArray
H A DJSON.h204 JSONValue::SP GetObject(const std::string &key) const;
257 JSONValue::SP GetObject(Index i);
/llvm-project-15.0.7/lldb/source/Utility/
H A DEvent.cpp221 const StructuredData::ObjectSP &EventDataStructuredData::GetObject() const { in GetObject() function in EventDataStructuredData
271 return event_data->GetObject(); in GetObjectFromEvent()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dos_object_base.h60 static OSObject *GetObject();
H A Dosobject-retain-release.cpp384 OSObject::GetObject(); in check_Get_object()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DEvent.h148 const StructuredData::ObjectSP &GetObject() const;
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp27 #undef GetObject