Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/server/
Dserver_context.cc167 interceptor_methods_.SetCall(&call_); in FillOps()
Dserver_cc.cc133 interceptor_methods_.SetCall(&call_wrapper_); in BaseAsyncRequest()
453 interceptor_methods_.SetCall(&call_); in Run()
663 req_->interceptor_methods_.SetCall(call_); in Run()
/third_party/grpc/include/grpcpp/impl/codegen/
Dinterceptor_common.h215 void SetCall(Call* call) { call_ = call; } in SetCall() function
Dcall_op_set.h995 interceptor_methods_.SetCall(&call_); in RunInterceptors()