Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dinterceptor_common.h71 rpc_info->hijacked_interceptor_ = current_interceptor_index_; in Hijack()
75 rpc_info->RunInterceptor(this, current_interceptor_index_); in Hijack()
191 info->channel(), current_interceptor_index_ + 1)); in GetInterceptedChannel()
286 current_interceptor_index_ = 0; in RunClientInterceptors()
289 current_interceptor_index_ = rpc_info->hijacked_interceptor_; in RunClientInterceptors()
291 current_interceptor_index_ = rpc_info->interceptors_.size() - 1; in RunClientInterceptors()
294 rpc_info->RunInterceptor(this, current_interceptor_index_); in RunClientInterceptors()
300 current_interceptor_index_ = 0; in RunServerInterceptors()
302 current_interceptor_index_ = rpc_info->interceptors_.size() - 1; in RunServerInterceptors()
304 rpc_info->RunInterceptor(this, current_interceptor_index_); in RunServerInterceptors()
[all …]