Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dconformance_test.cc292 string binary_protobuf; in RunValidInputTest() local
295 response.json_payload(), &binary_protobuf); in RunValidInputTest()
302 if (!test_message.ParseFromString(binary_protobuf)) { in RunValidInputTest()