Home
last modified time | relevance | path

Searched refs:json_writer (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DMyWebSocketHandler.cpp81 Json::FastWriter json_writer; in handleMessage() local
106 auto replyAsString = json_writer.write(reply); in handleMessage()
265 auto replyAsString = json_writer.write(reply); in handleMessage()
280 auto replyAsString = json_writer.write(reply); in handleMessage()
460 Json::FastWriter json_writer; in getCandidate() local
461 auto replyAsString = json_writer.write(reply); in getCandidate()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc155 Json::FastWriter json_writer; in JsonToFd() local
156 std::string json_string = json_writer.write(json); in JsonToFd()