Searched defs:request_msg (Results 1 – 4 of 4) sorted by relevance
13 const flatbuffers::grpc::Message<HelloRequest> *request_msg, in SayHello()43 const flatbuffers::grpc::Message<ManyHellosRequest> *request_msg, in SayManyHellos()
20 auto request_msg = mb.ReleaseMessage<HelloRequest>(); in SayHello() local44 auto request_msg = mb.ReleaseMessage<ManyHellosRequest>(); in SayManyHellos() local
98 auto* request_msg = RequestCoderTraits::serial_request(message); in WriteMessage() local145 auto* request_msg = RequestCoderTraits::serial_request(message.request); in SetConnection() local
115 const char* method_name, const char* request_msg, const char* response_msg, in request_response_with_payload()282 const char* request_msg = "the msg from the client"; in test_load_reporting_hook() local