Home
last modified time | relevance | path

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

12

/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dcall_hook.h25 class CallOpSetInterface; variable
33 virtual void PerformOpsOnCall(CallOpSetInterface* ops, Call* call) = 0;
Dcall.h32 class CallOpSetInterface; variable
65 void PerformOps(CallOpSetInterface* ops) { in PerformOps()
Dasync_unary_call.h119 internal::CallOpSetInterface**, void*, Status*, void*)>* finish, in SetupRequest() argument
160 internal::CallOpSetInterface** finish_buf_ptr, void* msg, in SetupRequest()
280 internal::CallOpSetInterface* finish_buf_ = nullptr;
287 internal::CallOpSetInterface**, void*, Status*, void*)>
Dcall_op_set_interface.h34 class CallOpSetInterface : public CompletionQueueTag {
Dchannel_interface.h63 class CallOpSetInterface; variable
136 virtual void PerformOpsOnCall(internal::CallOpSetInterface* ops,
Dintercepted_channel.h54 void PerformOpsOnCall(CallOpSetInterface* ops, Call* call) override { in PerformOpsOnCall()
Ddelegating_channel.h52 void PerformOpsOnCall(internal::CallOpSetInterface* ops, in PerformOpsOnCall()
Dinterceptor_common.h219 void SetCallOpSetInterface(CallOpSetInterface* ops) { ops_ = ops; } in SetCallOpSetInterface()
389 CallOpSetInterface* ops_ = nullptr;
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dcall_hook.h25 class CallOpSetInterface; variable
33 virtual void PerformOpsOnCall(CallOpSetInterface* ops, Call* call) = 0;
Dcall.h32 class CallOpSetInterface; variable
65 void PerformOps(CallOpSetInterface* ops) { in PerformOps()
Dasync_unary_call.h119 internal::CallOpSetInterface**, void*, Status*, void*)>* finish, in SetupRequest() argument
160 internal::CallOpSetInterface** finish_buf_ptr, void* msg, in SetupRequest()
280 internal::CallOpSetInterface* finish_buf_ = nullptr;
287 internal::CallOpSetInterface**, void*, Status*, void*)>
Dcall_op_set_interface.h34 class CallOpSetInterface : public CompletionQueueTag {
Dchannel_interface.h63 class CallOpSetInterface; variable
136 virtual void PerformOpsOnCall(internal::CallOpSetInterface* ops,
Dintercepted_channel.h54 void PerformOpsOnCall(CallOpSetInterface* ops, Call* call) override { in PerformOpsOnCall()
Ddelegating_channel.h52 void PerformOpsOnCall(internal::CallOpSetInterface* ops, in PerformOpsOnCall()
Dinterceptor_common.h219 void SetCallOpSetInterface(CallOpSetInterface* ops) { ops_ = ops; } in SetCallOpSetInterface()
389 CallOpSetInterface* ops_ = nullptr;
/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()
/external/grpc-grpc/include/grpcpp/
Dchannel.h71 void PerformOpsOnCall(internal::CallOpSetInterface* ops,
Dserver.h183 void PerformOpsOnCall(internal::CallOpSetInterface* ops,
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dchannel.h91 void PerformOpsOnCall(::grpc::internal::CallOpSetInterface* ops,
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dchannel.h91 void PerformOpsOnCall(::grpc::internal::CallOpSetInterface* ops,
/external/grpc-grpc/src/cpp/server/
Dserver_context.cc40 class ServerContext::CompletionOp final : public internal::CallOpSetInterface {
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc139 void Channel::PerformOpsOnCall(internal::CallOpSetInterface* ops, in PerformOpsOnCall()

12