Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DEvent.cpp232 const StructuredData::ObjectSP &EventDataStructuredData::GetObject() const { in GetObject() function in EventDataStructuredData
284 return event_data->GetObject(); in GetObjectFromEvent()
H A DJSON.cpp143 JSONValue::SP JSONObject::GetObject(const std::string &key) { in GetObject() function in JSONObject
187 JSONValue::SP JSONArray::GetObject(Index i) { in GetObject() function in JSONArray
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DJSON.h206 JSONValue::SP GetObject(const std::string &key);
242 JSONValue::SP GetObject(Index i);
H A DEvent.h163 const StructuredData::ObjectSP &GetObject() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeSTLVector.h53 _Object GetObject(size_t index) { in GetObject() function