Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dconformance_cpp.cc102 string proto_binary; in DoTest() local
104 request.json_payload(), &proto_binary); in DoTest()
111 if (!test_message.ParseFromString(proto_binary)) { in DoTest()
135 string proto_binary; in DoTest() local
136 GOOGLE_CHECK(test_message.SerializeToString(&proto_binary)); in DoTest()
137 Status status = BinaryToJsonString(type_resolver, *type_url, proto_binary, in DoTest()