Searched refs:proto_binary (Results 1 – 1 of 1) sorted by relevance
123 string proto_binary; in DoTest() local129 request.json_payload(), &proto_binary, in DoTest()137 if (!test_message->ParseFromString(proto_binary)) { in DoTest()180 string proto_binary; in DoTest() local181 GOOGLE_CHECK(test_message->SerializeToString(&proto_binary)); in DoTest()182 Status status = BinaryToJsonString(type_resolver, *type_url, proto_binary, in DoTest()