Searched refs:TraceGetStateResponse (Results 1 – 6 of 6) sorted by relevance
119 struct TraceGetStateResponse { struct124 bool fromJSON(const llvm::json::Value &value, TraceGetStateResponse &packet, argument127 llvm::json::Value toJSON(const TraceGetStateResponse &packet);
98 bool fromJSON(const json::Value &value, TraceGetStateResponse &packet, in fromJSON()105 json::Value toJSON(const TraceGetStateResponse &packet) { in toJSON()
199 Expected<TraceGetStateResponse> live_process_state = in RefreshLiveProcessState()200 json::parse<TraceGetStateResponse>(*json_string, "TraceGetStateResponse"); in RefreshLiveProcessState()
75 llvm::Expected<TraceGetStateResponse> state) override;
192 Expected<TraceGetStateResponse> state) { in DoRefreshLiveProcessState()
291 DoRefreshLiveProcessState(llvm::Expected<TraceGetStateResponse> state) = 0;