Searched refs:BindCall (Results 1 – 14 of 14) sorted by relevance
261 const auto *BindCall = Result.Nodes.getNodeAs<CallExpr>("bind"); in buildBindArguments() local265 for (size_t I = 1, ArgCount = BindCall->getNumArgs(); I < ArgCount; ++I) { in buildBindArguments()267 const Expr *E = BindCall->getArg(I); in buildBindArguments()480 const auto *BindCall = Result.Nodes.getNodeAs<CallExpr>("bind"); in getCallMethodDecl() local481 size_t NumArgs = BindCall->getNumArgs() - 1; in getCallMethodDecl()
53 virtual void BindCall(Call* call) = 0;
784 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function930 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function1104 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function
289 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function
782 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function928 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function1102 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function
51 virtual void BindCall(Call* call) = 0;
384 void BindCall(::grpc::internal::Call* call) override { call_ = *call; } in BindCall() function
441 void BindCall(ClientCallbackUnary* call) { call_ = call; } in BindCall() function447 reactor->BindCall(this); in BindReactor()
698 stream_->BindCall(&call); in FinalizeResult()
160 stream_->BindCall(&call_wrapper_); in FinalizeResult()