Searched refs:ServerAsyncResponseWriter (Results 1 – 21 of 21) sorted by relevance
/third_party/grpc/examples/cpp/helloworld/ |
D | greeter_async_server.cc | 34 using grpc::ServerAsyncResponseWriter; 136 ServerAsyncResponseWriter<HelloReply> responder_;
|
/third_party/grpc/test/cpp/qps/ |
D | server_async.cc | 55 ServerAsyncResponseWriter<ResponseType>*, in AsyncQpsServerTest() 253 grpc::ServerAsyncResponseWriter<ResponseType>*, in ServerRpcContextUnaryImpl() 271 grpc::ServerAsyncResponseWriter<ResponseType>(srv_ctx_.get()); in Reset() 299 grpc::ServerAsyncResponseWriter<ResponseType>*, void*)> 302 grpc::ServerAsyncResponseWriter<ResponseType> response_writer_;
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_data_server.h | 101 grpc::ServerAsyncResponseWriter<ResponseMessage> *, 156 grpc::ServerAsyncResponseWriter<ResponseMessage> responder_;
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | async_unary_call_impl.h | 197 class ServerAsyncResponseWriter final 200 explicit ServerAsyncResponseWriter(::grpc_impl::ServerContext* ctx) in ServerAsyncResponseWriter() function
|
D | async_generic_service.h | 35 typedef ServerAsyncResponseWriter<ByteBuffer> GenericServerAsyncResponseWriter;
|
D | async_unary_call.h | 294 class ServerAsyncResponseWriter final 297 explicit ServerAsyncResponseWriter(::grpc::ServerContext* ctx) in ServerAsyncResponseWriter() function
|
D | server_context_impl.h | 60 class ServerAsyncResponseWriter; variable 347 friend class ::grpc_impl::ServerAsyncResponseWriter;
|
D | server_context.h | 58 class ServerAsyncResponseWriter; variable 361 friend class ::grpc::ServerAsyncResponseWriter;
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_grpc_server.h | 63 grpc::ServerAsyncResponseWriter<CacheReply> responder_;
|
/third_party/grpc/test/cpp/end2end/ |
D | async_end2end_test.cc | 317 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in SendRpc() 365 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in TEST_P() 474 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in TEST_P() 515 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in TEST_P() 927 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in TEST_P() 973 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in TEST_P() 1126 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in TEST_P() 1171 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in TEST_P() 1248 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in TEST_P() 1281 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in TEST_P()
|
D | thread_stress_test.cc | 244 new grpc::ServerAsyncResponseWriter<EchoResponse>( in RefreshContext() 254 std::unique_ptr<grpc::ServerAsyncResponseWriter<EchoResponse>>
|
D | nonblocking_test.cc | 134 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in SendRpc()
|
D | raw_end2end_test.cc | 173 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx_); in TEST_F()
|
D | server_interceptors_end2end_test.cc | 377 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in TEST_F()
|
D | hybrid_end2end_test.cc | 70 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer(&srv_ctx); in HandleEcho()
|
/third_party/grpc/test/cpp/server/ |
D | server_request_call_test.cc | 61 ServerAsyncResponseWriter<testing::EchoResponse> responder(&ctx); in TEST()
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | fullstack_unary_ping_pong.h | 57 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in BM_UnaryPingPong()
|
D | bm_fullstack_trickle.cc | 370 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in BM_PumpUnbalancedUnary_Trickle()
|
/third_party/grpc/test/cpp/performance/ |
D | writes_per_rpc_test.cc | 170 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in UnaryPingPong()
|
/third_party/grpc/test/cpp/codegen/ |
D | compiler_test_golden | 304 …verContext* context, ::grpc::testing::Request* request, ::grpc::ServerAsyncResponseWriter< ::grpc:… 619 …c::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc:… 1007 …verContext* context, ::grpc::testing::Request* request, ::grpc::ServerAsyncResponseWriter< ::grpc:… 1097 …c::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc:…
|
/third_party/flatbuffers/tests/ |
D | monster_test.grpc.fb.h | 168 … context, flatbuffers::grpc::Message<Monster>* request, ::grpc::ServerAsyncResponseWriter< flatbuf… in RequestStore()
|