Home
last modified time | relevance | path

Searched refs:RunInterceptor (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dinterceptor_common.h75 rpc_info->RunInterceptor(this, current_interceptor_index_); in Hijack()
294 rpc_info->RunInterceptor(this, current_interceptor_index_); in RunClientInterceptors()
304 rpc_info->RunInterceptor(this, current_interceptor_index_); in RunServerInterceptors()
316 rpc_info->RunInterceptor(this, current_interceptor_index_); in ProceedClient()
328 rpc_info->RunInterceptor(this, current_interceptor_index_); in ProceedClient()
339 rpc_info->RunInterceptor(this, current_interceptor_index_); in ProceedClient()
352 return rpc_info->RunInterceptor(this, current_interceptor_index_); in ProceedServer()
361 return rpc_info->RunInterceptor(this, current_interceptor_index_); in ProceedServer()
Dserver_interceptor.h100 void RunInterceptor( in RunInterceptor() function
Dclient_interceptor.h130 void RunInterceptor( in RunInterceptor() function
/third_party/grpc/src/cpp/client/
Dclient_context.cc159 rpc_info_.RunInterceptor(&cancel_methods, i); in SendCancelToInterceptors()
/third_party/grpc/src/cpp/server/
Dserver_context.cc311 rpc_info_->RunInterceptor(&cancel_methods, i); in TryCancel()