Lines Matching refs:json
38 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
40 debuggerClient.RecvReply(std::move(json));
85 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
88 ret = json->GetString("method", &method);
94 ret = json->GetObject("params", ¶ms);
113 debuggerClient.PausedReply(std::move(json));
119 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
122 ret = json->GetString("method", &method);
128 ret = json->GetObject("params", ¶ms);
158 debuggerClient.PausedReply(std::move(json));
164 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
167 ret = json->GetInt("id", &id);
173 ret = json->GetObject("result", &result);