Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_test.cc293 string binary_protobuf; in RunValidInputTest() local
296 response.json_payload(), &binary_protobuf); in RunValidInputTest()
303 if (!test_message.ParseFromString(binary_protobuf)) { in RunValidInputTest()