Home
last modified time | relevance | path

Searched refs:ContinueFillOpsAfterInterception (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dcall_op_set_interface.h50 virtual void ContinueFillOpsAfterInterception() = 0;
Dinterceptor_common.h326 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
332 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
354 return ops_->ContinueFillOpsAfterInterception(); in ProceedServer()
Dcall_op_set.h896 ContinueFillOpsAfterInterception(); in FillOps()
955 void ContinueFillOpsAfterInterception() override { in ContinueFillOpsAfterInterception() function
/third_party/grpc/src/cpp/server/
Dserver_context.cc117 void ContinueFillOpsAfterInterception() override {} in ContinueFillOpsAfterInterception() function in grpc::ServerContextBase::CompletionOp