/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | delegating_channel.h | 29 class DelegatingChannel : public ::grpc::ChannelInterface { 34 std::shared_ptr<::grpc::ChannelInterface> delegate_channel) in DelegatingChannel() 41 std::shared_ptr<::grpc::ChannelInterface> delegate_channel() { in delegate_channel() 86 std::shared_ptr<::grpc::ChannelInterface> delegate_channel_;
|
D | intercepted_channel.h | 35 class InterceptedChannel : public ChannelInterface { 46 InterceptedChannel(ChannelInterface* channel, size_t pos) in InterceptedChannel() 76 ChannelInterface* channel_;
|
D | client_interceptor.h | 91 ChannelInterface* channel() { return channel_; } in channel() 119 const char* method, grpc::ChannelInterface* channel) in ClientRpcInfo() 165 grpc::ChannelInterface* channel_ = nullptr;
|
D | interceptor.h | 32 class ChannelInterface; variable 202 virtual std::unique_ptr<ChannelInterface> GetInterceptedChannel() = 0;
|
D | interceptor_common.h | 183 std::unique_ptr<ChannelInterface> GetInterceptedChannel() override { in GetInterceptedChannel() 186 return std::unique_ptr<ChannelInterface>(nullptr); in GetInterceptedChannel() 190 return std::unique_ptr<ChannelInterface>(new InterceptedChannel( in GetInterceptedChannel() 528 std::unique_ptr<ChannelInterface> GetInterceptedChannel() override { in GetInterceptedChannel() 532 return std::unique_ptr<ChannelInterface>(nullptr); in GetInterceptedChannel()
|
D | channel_interface.h | 53 class ChannelInterface; variable 71 class ChannelInterface { 73 virtual ~ChannelInterface() {} in ~ChannelInterface()
|
D | client_unary_call.h | 43 Status BlockingUnaryCall(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCall() 58 BlockingUnaryCallImpl(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCallImpl()
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | delegating_channel.h | 29 class DelegatingChannel : public ::grpc::ChannelInterface { 34 std::shared_ptr<::grpc::ChannelInterface> delegate_channel) in DelegatingChannel() 41 std::shared_ptr<::grpc::ChannelInterface> delegate_channel() { in delegate_channel() 86 std::shared_ptr<::grpc::ChannelInterface> delegate_channel_;
|
D | intercepted_channel.h | 35 class InterceptedChannel : public ChannelInterface { 46 InterceptedChannel(ChannelInterface* channel, size_t pos) in InterceptedChannel() 76 ChannelInterface* channel_;
|
D | client_interceptor.h | 91 ChannelInterface* channel() { return channel_; } in channel() 119 const char* method, grpc::ChannelInterface* channel) in ClientRpcInfo() 165 grpc::ChannelInterface* channel_ = nullptr;
|
D | interceptor.h | 32 class ChannelInterface; variable 202 virtual std::unique_ptr<ChannelInterface> GetInterceptedChannel() = 0;
|
D | interceptor_common.h | 183 std::unique_ptr<ChannelInterface> GetInterceptedChannel() override { in GetInterceptedChannel() 186 return std::unique_ptr<ChannelInterface>(nullptr); in GetInterceptedChannel() 190 return std::unique_ptr<ChannelInterface>(new InterceptedChannel( in GetInterceptedChannel() 528 std::unique_ptr<ChannelInterface> GetInterceptedChannel() override { in GetInterceptedChannel() 532 return std::unique_ptr<ChannelInterface>(nullptr); in GetInterceptedChannel()
|
D | channel_interface.h | 53 class ChannelInterface; variable 71 class ChannelInterface { 73 virtual ~ChannelInterface() {} in ~ChannelInterface()
|
D | client_unary_call.h | 43 Status BlockingUnaryCall(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCall() 58 BlockingUnaryCallImpl(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCallImpl()
|
/external/webrtc/pc/ |
D | channel_interface.h | 29 class ChannelInterface { 46 virtual sigslot::signal1<ChannelInterface*>& SignalFirstPacketReceived() = 0; 68 virtual ~ChannelInterface() = default;
|
D | rtp_transceiver.h | 79 cricket::ChannelInterface* channel() const { return channel_; } in channel() 83 void SetChannel(cricket::ChannelInterface* channel); 203 void OnFirstPacketReceived(cricket::ChannelInterface* channel); 223 cricket::ChannelInterface* channel_ = nullptr;
|
/external/webrtc/pc/test/ |
D | mock_channel_interface.h | 25 class MockChannelInterface : public cricket::ChannelInterface { 33 MOCK_METHOD(sigslot::signal1<ChannelInterface*>&,
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | channel_interface.h | 27 class ChannelInterface; variable 57 class ChannelInterface { 59 virtual ~ChannelInterface() {} in ~ChannelInterface()
|
D | client_unary_call.h | 38 Status BlockingUnaryCall(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCall() 49 BlockingUnaryCallImpl(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCallImpl()
|
D | client_callback.h | 43 void CallbackUnaryCall(ChannelInterface* channel, const RpcMethod& method, in CallbackUnaryCall() 54 CallbackUnaryCallImpl(ChannelInterface* channel, const RpcMethod& method, in CallbackUnaryCallImpl()
|
/external/grpc-grpc/include/grpcpp/generic/ |
D | generic_stub.h | 40 explicit GenericStub(std::shared_ptr<ChannelInterface> channel) in GenericStub() 89 std::shared_ptr<ChannelInterface> channel_;
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compilation_cache_grpc.cc | 43 const std::shared_ptr< ::grpc::ChannelInterface>& channel, in NewStub() 52 const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub()
|
D | tpu_compilation_cache_grpc.h | 105 explicit Stub(const std::shared_ptr<::grpc::ChannelInterface>& channel); 125 std::shared_ptr<::grpc::ChannelInterface> channel_; 136 const std::shared_ptr<::grpc::ChannelInterface>& channel,
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/generic/ |
D | generic_stub.h | 46 explicit TemplatedGenericStub(std::shared_ptr<grpc::ChannelInterface> channel) in TemplatedGenericStub() 162 std::shared_ptr<grpc::ChannelInterface> channel_; 197 CallInternal(grpc::ChannelInterface* channel, ClientContext* context, in CallInternal()
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/ |
D | generic_stub.h | 46 explicit TemplatedGenericStub(std::shared_ptr<grpc::ChannelInterface> channel) in TemplatedGenericStub() 162 std::shared_ptr<grpc::ChannelInterface> channel_; 197 CallInternal(grpc::ChannelInterface* channel, ClientContext* context, in CallInternal()
|