Lines Matching refs:json
38 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
40 debuggerClient.RecvReply(std::move(json));
96 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
99 ret = json->GetString("method", &method);
105 ret = json->GetObject("params", ¶ms);
124 debuggerClient.PausedReply(std::move(json));
130 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
133 ret = json->GetString("method", &method);
139 ret = json->GetObject("params", ¶ms);
169 debuggerClient.PausedReply(std::move(json));
175 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
178 ret = json->GetInt("id", &id);
184 ret = json->GetObject("result", &result);