HomeSort by relevance Sort by last modified time
    Searched refs:CallOpSetInterface (Results 1 - 9 of 9) sorted by null

  /external/grpc-grpc/include/grpcpp/impl/codegen/
call_hook.h 25 class CallOpSetInterface;
33 virtual void PerformOpsOnCall(CallOpSetInterface* ops, Call* call) = 0;
channel_interface.h 40 class CallOpSetInterface;
114 virtual void PerformOpsOnCall(internal::CallOpSetInterface* ops,
call.h 597 class CallOpSetInterface : public CompletionQueueTag {
609 /// Primary implementation of CallOpSetInterface.
618 class CallOpSet : public CallOpSetInterface,
684 void PerformOps(CallOpSetInterface* ops) {
server_interface.h 144 virtual void PerformOpsOnCall(internal::CallOpSetInterface* ops,
  /external/grpc-grpc/include/grpcpp/
channel.h 71 void PerformOpsOnCall(internal::CallOpSetInterface* ops,
server.h 183 void PerformOpsOnCall(internal::CallOpSetInterface* ops,
  /external/grpc-grpc/src/cpp/client/
channel_cc.cc 139 void Channel::PerformOpsOnCall(internal::CallOpSetInterface* ops,
  /external/grpc-grpc/src/cpp/server/
server_context.cc 40 class ServerContext::CompletionOp final : public internal::CallOpSetInterface {
server_cc.cc 654 void Server::PerformOpsOnCall(internal::CallOpSetInterface* ops,

Completed in 2640 milliseconds