Home
last modified time | relevance | path

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

/external/flatbuffers/grpc/samples/greeter/
Dserver.cpp13 const flatbuffers::grpc::Message<HelloRequest> *request_msg, in SayHello() argument
18 const HelloRequest *request = request_msg->GetRoot(); in SayHello()
42 const flatbuffers::grpc::Message<ManyHellosRequest> *request_msg, in SayManyHellos() argument
47 const ManyHellosRequest *request = request_msg->GetRoot(); in SayManyHellos()
Dclient.cpp20 auto request_msg = mb.ReleaseMessage<HelloRequest>(); in SayHello() local
26 auto status = stub_->SayHello(&context, request_msg, &response_msg); in SayHello()
44 auto request_msg = mb.ReleaseMessage<ManyHellosRequest>(); in SayManyHellos() local
50 auto stream = stub_->SayManyHellos(&context, request_msg); in SayManyHellos()
/external/grpc-grpc/test/core/end2end/tests/
Dload_reporting_hook.cc115 const char* method_name, const char* request_msg, const char* response_msg, in request_response_with_payload() argument
117 grpc_slice request_payload_slice = grpc_slice_from_static_string(request_msg); in request_response_with_payload()
282 const char* request_msg = "the msg from the client"; in test_load_reporting_hook() local
298 request_response_with_payload(config, f, method_name, request_msg, in test_load_reporting_hook()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_rpc_factory.cc37 const tstring* request_msg, tstring* response_msg, in GrpcCall() argument
42 request_msg_(request_msg), in GrpcCall()