Searched defs:request_msg (Results 1 – 4 of 4) sorted by relevance
13 const flatbuffers::grpc::Message<HelloRequest> *request_msg, in SayHello()42 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
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
37 const string* request_msg, string* response_msg, in GrpcCall()