Searched refs:proto_binary (Results 1 – 1 of 1) sorted by relevance
102 string proto_binary; in DoTest() local104 request.json_payload(), &proto_binary); in DoTest()111 if (!test_message.ParseFromString(proto_binary)) { in DoTest()135 string proto_binary; in DoTest() local136 GOOGLE_CHECK(test_message.SerializeToString(&proto_binary)); in DoTest()137 Status status = BinaryToJsonString(type_resolver, *type_url, proto_binary, in DoTest()