Home
last modified time | relevance | path

Searched refs:SetCallOpSetInterface (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/cpp/server/
Dserver_context.cc169 interceptor_methods_.SetCallOpSetInterface(this); in FillOps()
/third_party/grpc/include/grpcpp/impl/codegen/
Dinterceptor_common.h219 void SetCallOpSetInterface(CallOpSetInterface* ops) { ops_ = ops; } in SetCallOpSetInterface() function
Dcall_op_set.h994 interceptor_methods_.SetCallOpSetInterface(this); in RunInterceptors()