Searched refs:json_string (Results 1 – 3 of 3) sorted by relevance
154 std::string json_string; in SendJSONResponse() local155 raw_string_ostream os(json_string); in SendJSONResponse()159 escaped_response.PutEscapedBytes(json_string.c_str(), json_string.size()); in SendJSONResponse()
3663 std::string json_string; in SendTraceStop() local3664 llvm::raw_string_ostream os(json_string); in SendTraceStop()3668 escaped_packet.PutEscapedBytes(json_string.c_str(), json_string.size()); in SendTraceStop()3698 std::string json_string; in SendTraceStart() local3699 llvm::raw_string_ostream os(json_string); in SendTraceStart()3703 escaped_packet.PutEscapedBytes(json_string.c_str(), json_string.size()); in SendTraceStart()3733 std::string json_string; in SendTraceGetState() local3734 llvm::raw_string_ostream os(json_string); in SendTraceGetState()3738 escaped_packet.PutEscapedBytes(json_string.c_str(), json_string.size()); in SendTraceGetState()3767 std::string json_string; in SendTraceGetBinaryData() local[all …]
298 Expected<std::string> json_string = GetLiveProcessState(); in RefreshLiveProcessState() local299 if (!json_string) in RefreshLiveProcessState()300 return json_string.takeError(); in RefreshLiveProcessState()303 json::parse<TraceGetStateResponse>(*json_string, in RefreshLiveProcessState()339 *json_string); in RefreshLiveProcessState()