Home
last modified time | relevance | path

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

/third_party/protobuf/conformance/
Dconformance_python.py110 response.protobuf_payload = failure_set.SerializeToString()
126 test_message.ParseFromString(request.protobuf_payload)
156 response.protobuf_payload = test_message.SerializeToString()
Dconformance_ruby.rb49 request.protobuf_payload)
85 response.protobuf_payload = test_message.to_proto
Dconformance_test.cc291 const string& protobuf_payload = response.protobuf_payload(); in VerifyResponse() local
292 check = equivalent_wire_format == protobuf_payload; in VerifyResponse()
294 ", but got: ", ToOctString(protobuf_payload)); in VerifyResponse()
Dconformance.proto81 // test should return a serialized FailureSet in protobuf_payload.
100 bytes protobuf_payload = 1; field
150 bytes protobuf_payload = 3; field
Dconformance_cpp.cc113 if (!test_message->ParseFromString(request.protobuf_payload())) { in DoTest()
Dtext_format_conformance_suite.cc95 if (!test_message->ParseFromString(response.protobuf_payload())) { in ParseResponse()
Dbinary_json_conformance_suite.cc394 if (!test_message->ParseFromString(response.protobuf_payload())) { in ParseResponse()
1306 GOOGLE_CHECK(failure_set.MergeFromString(res.protobuf_payload())); in RunSuiteImpl()