Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_interface.h161 CompletionQueue* const call_cq_; variable
208 call_cq_(call_cq), in PayloadAsyncRequest()
232 stream_, call_cq_, notification_cq_, tag_, in FinalizeResult()
246 CompletionQueue* const call_cq_; variable
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc677 call_cq_(call_cq), in BaseAsyncRequest()
681 call_cq_->RegisterAvalanching(); // This op will trigger more ops in BaseAsyncRequest()
685 call_cq_->CompleteAvalanching(); in ~BaseAsyncRequest()
691 context_->cq_ = call_cq_; in FinalizeResult()
692 internal::Call call(call_, server_, call_cq_, in FinalizeResult()
719 call_cq_->cq(), notification_cq->cq(), this)); in IssueRequest()