Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dservice_type.h53 virtual void BindCall(Call* call) = 0;
Dasync_stream.h784 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function
930 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function
1104 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function
Dasync_unary_call.h289 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc698 stream_->BindCall(&call); in FinalizeResult()