Searched refs:RequestAsyncCall (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | service_type.h | 100 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncUnary() 108 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncClientStreaming() 117 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncServerStreaming() 125 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncBidiStreaming()
|
D | server_interface.h | 268 void RequestAsyncCall(internal::RpcServiceMethod* method, in RequestAsyncCall() function 280 void RequestAsyncCall(internal::RpcServiceMethod* method, in RequestAsyncCall() function
|