Searched refs:RunInterceptor (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | interceptor_common.h | 75 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()
|
D | server_interceptor.h | 100 void RunInterceptor( in RunInterceptor() function
|
D | client_interceptor.h | 130 void RunInterceptor( in RunInterceptor() function
|
/third_party/grpc/src/cpp/client/ |
D | client_context.cc | 159 rpc_info_.RunInterceptor(&cancel_methods, i); in SendCancelToInterceptors()
|
/third_party/grpc/src/cpp/server/ |
D | server_context.cc | 311 rpc_info_->RunInterceptor(&cancel_methods, i); in TryCancel()
|