Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dconformance_ruby.rb101 serialized_response = Conformance::ConformanceResponse.encode(response)
102 STDOUT.write([serialized_response.length].pack('V'))
103 STDOUT.write(serialized_response)
Dconformance_python.py111 serialized_response = response.SerializeToString()
112 sys.stdout.write(struct.pack("<I", len(serialized_response)))
113 sys.stdout.write(serialized_response)
Dconformance_test.cc224 string serialized_response; in RunTest() local
227 runner_->RunTest(test_name, serialized_request, &serialized_response); in RunTest()
229 if (!response->ParseFromString(serialized_response)) { in RunTest()
/external/grpc-grpc/src/python/grpcio/grpc/
D_server.py423 serialized_response = _common.serialize(response, response_serializer)
424 if serialized_response is None:
430 return serialized_response
433 def _send_response(rpc_event, state, serialized_response): argument
441 cygrpc.SendMessageOperation(serialized_response,
448 serialized_response, _EMPTY_FLAGS),)
459 def _status(rpc_event, state, serialized_response): argument
471 if serialized_response is not None:
473 cygrpc.SendMessageOperation(serialized_response,
489 serialized_response = _serialize_response(
[all …]
D_channel.py138 serialized_response = batch_operation.message()
139 if serialized_response is not None:
140 response = _common.deserialize(serialized_response,