Searched refs:response_msg (Results 1 – 5 of 5) sorted by relevance
/third_party/flatbuffers/grpc/samples/greeter/ |
D | client.cpp | 22 flatbuffers::grpc::Message<HelloReply> response_msg; in SayHello() local 26 auto status = stub_->SayHello(&context, request_msg, &response_msg); in SayHello() 28 const HelloReply *response = response_msg.GetRoot(); in SayHello() 46 flatbuffers::grpc::Message<HelloReply> response_msg; in SayManyHellos() local 51 while (stream->Read(&response_msg)) { in SayManyHellos() 52 const HelloReply *response = response_msg.GetRoot(); in SayManyHellos()
|
D | server.cpp | 14 flatbuffers::grpc::Message<HelloReply> *response_msg) override { in SayHello() argument 34 *response_msg = mb_.ReleaseMessage<HelloReply>(); in SayHello() 35 assert(response_msg->Verify()); in SayHello()
|
/third_party/grpc/test/core/end2end/tests/ |
D | load_reporting_hook.cc | 115 const char* method_name, const char* request_msg, const char* response_msg, in request_response_with_payload() argument 119 grpc_slice_from_static_string(response_msg); in request_response_with_payload() 283 const char* response_msg = "... and the response from the server"; in test_load_reporting_hook() local 299 response_msg, &initial_lr_metadata, in test_load_reporting_hook()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_data_server.h | 161 #define ENQUEUE_REQUEST(service_impl, async_service, cq, method, request_msg, response_msg) … argument 164 …CallData<gnn::GraphDataServiceImpl, GnnGraphData::AsyncService, request_msg, response_msg>::Enqueu…
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 382 #define RTSP_SRC_RESPONSE_ERROR(src, response_msg, err_cat, err_code, error_message) \ argument 385 … ("%s (%d)", (response_msg)->type_data.response.reason, (response_msg)->type_data.response.code), \ 386 ("rtsp-status-code", G_TYPE_UINT, (response_msg)->type_data.response.code, \ 387 …"rtsp-status-reason", G_TYPE_STRING, GST_STR_NULL((response_msg)->type_data.response.reason), NULL…
|