Lines Matching refs:json
38 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
40 debuggerClient.RecvReply(std::move(json));
106 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
109 ret = json->GetString("method", &method);
115 ret = json->GetObject("params", ¶ms);
134 debuggerClient.PausedReply(std::move(json));
140 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
143 ret = json->GetString("method", &method);
149 ret = json->GetObject("params", ¶ms);
179 debuggerClient.PausedReply(std::move(json));
185 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
188 ret = json->GetInt("id", &id);
194 ret = json->GetObject("result", &result);
224 debuggerClient.PausedReply(std::move(json));