Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc198 string binary_protobuf; in ParseJsonResponse() local
201 response.json_payload(), &binary_protobuf); in ParseJsonResponse()
207 if (!test_message->ParseFromString(binary_protobuf)) { in ParseJsonResponse()