Home
last modified time | relevance | path

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

/third_party/protobuf/conformance/
Dconformance_cpp.cc123 string proto_binary; in DoTest() local
129 request.json_payload(), &proto_binary, in DoTest()
137 if (!test_message->ParseFromString(proto_binary)) { in DoTest()
180 string proto_binary; in DoTest() local
181 GOOGLE_CHECK(test_message->SerializeToString(&proto_binary)); in DoTest()
182 Status status = BinaryToJsonString(type_resolver, *type_url, proto_binary, in DoTest()