Home
last modified time | relevance | path

Searched refs:RequestAsyncCall (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dservice_type.h100 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()
Dserver_interface.h268 void RequestAsyncCall(internal::RpcServiceMethod* method, in RequestAsyncCall() function
280 void RequestAsyncCall(internal::RpcServiceMethod* method, in RequestAsyncCall() function