Searched refs:JSONObject (Results 1 – 7 of 7) sorted by relevance
189 class JSONObject : public JSONValue {191 JSONObject();193 JSONObject(const JSONObject &s) = delete;194 JSONObject &operator=(const JSONObject &s) = delete;198 typedef std::shared_ptr<JSONObject> SP;208 ~JSONObject() override = default;
116 JSONObject::JSONObject() : JSONValue(JSONValue::Kind::Object) {} in JSONObject() function in JSONObject118 void JSONObject::Write(Stream &s) { in Write()136 bool JSONObject::SetObject(const std::string &key, JSONValue::SP value) { in SetObject()143 JSONValue::SP JSONObject::GetObject(const std::string &key) { in GetObject()453 std::unique_ptr<JSONObject> dict_up(new JSONObject()); in ParseJSONObject()
23 JSONObject::SP object(new JSONObject()); in main()
228 JSONObject::SP server_sp = std::make_shared<JSONObject>(); in Handle_qQueryGDBServer()
402 static JSONObject::SP GetRegistersAsJSON(NativeThreadProtocol &thread) {407 JSONObject::SP register_object_sp = std::make_shared<JSONObject>();523 JSONObject::SP thread_obj_sp = std::make_shared<JSONObject>();527 if (JSONObject::SP registers_sp = GetRegistersAsJSON(*thread))
1153 JSONObject::SP response = std::make_shared<JSONObject>(); in Handle_jModulesInfo()
3607 JSONObject::SP module_sp = std::make_shared<JSONObject>(); in GetModulesInfo()