Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall_hook.h25 class CallOpSetInterface; variable
33 virtual void PerformOpsOnCall(CallOpSetInterface* ops, Call* call) = 0;
Dchannel_interface.h40 class CallOpSetInterface; variable
114 virtual void PerformOpsOnCall(internal::CallOpSetInterface* ops,
Dcall.h597 class CallOpSetInterface : public CompletionQueueTag {
618 class CallOpSet : public CallOpSetInterface,
684 void PerformOps(CallOpSetInterface* ops) { in PerformOps()
Dserver_interface.h144 virtual void PerformOpsOnCall(internal::CallOpSetInterface* ops,
/external/grpc-grpc/include/grpcpp/
Dchannel.h71 void PerformOpsOnCall(internal::CallOpSetInterface* ops,
Dserver.h183 void PerformOpsOnCall(internal::CallOpSetInterface* ops,
/external/grpc-grpc/src/cpp/server/
Dserver_context.cc40 class ServerContext::CompletionOp final : public internal::CallOpSetInterface {
Dserver_cc.cc654 void Server::PerformOpsOnCall(internal::CallOpSetInterface* ops, in PerformOpsOnCall()
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc139 void Channel::PerformOpsOnCall(internal::CallOpSetInterface* ops, in PerformOpsOnCall()