Home
last modified time | relevance | path

Searched refs:ChannelInterface (Results 1 – 25 of 61) sorted by relevance

123

/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Ddelegating_channel.h29 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_;
Dintercepted_channel.h35 class InterceptedChannel : public ChannelInterface {
46 InterceptedChannel(ChannelInterface* channel, size_t pos) in InterceptedChannel()
76 ChannelInterface* channel_;
Dclient_interceptor.h91 ChannelInterface* channel() { return channel_; } in channel()
119 const char* method, grpc::ChannelInterface* channel) in ClientRpcInfo()
165 grpc::ChannelInterface* channel_ = nullptr;
Dinterceptor.h32 class ChannelInterface; variable
202 virtual std::unique_ptr<ChannelInterface> GetInterceptedChannel() = 0;
Dinterceptor_common.h183 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()
Dchannel_interface.h53 class ChannelInterface; variable
71 class ChannelInterface {
73 virtual ~ChannelInterface() {} in ~ChannelInterface()
Dclient_unary_call.h43 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/
Ddelegating_channel.h29 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_;
Dintercepted_channel.h35 class InterceptedChannel : public ChannelInterface {
46 InterceptedChannel(ChannelInterface* channel, size_t pos) in InterceptedChannel()
76 ChannelInterface* channel_;
Dclient_interceptor.h91 ChannelInterface* channel() { return channel_; } in channel()
119 const char* method, grpc::ChannelInterface* channel) in ClientRpcInfo()
165 grpc::ChannelInterface* channel_ = nullptr;
Dinterceptor.h32 class ChannelInterface; variable
202 virtual std::unique_ptr<ChannelInterface> GetInterceptedChannel() = 0;
Dinterceptor_common.h183 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()
Dchannel_interface.h53 class ChannelInterface; variable
71 class ChannelInterface {
73 virtual ~ChannelInterface() {} in ~ChannelInterface()
Dclient_unary_call.h43 Status BlockingUnaryCall(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCall()
58 BlockingUnaryCallImpl(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCallImpl()
/external/webrtc/pc/
Dchannel_interface.h29 class ChannelInterface {
46 virtual sigslot::signal1<ChannelInterface*>& SignalFirstPacketReceived() = 0;
68 virtual ~ChannelInterface() = default;
Drtp_transceiver.h79 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/
Dmock_channel_interface.h25 class MockChannelInterface : public cricket::ChannelInterface {
33 MOCK_METHOD(sigslot::signal1<ChannelInterface*>&,
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dchannel_interface.h27 class ChannelInterface; variable
57 class ChannelInterface {
59 virtual ~ChannelInterface() {} in ~ChannelInterface()
Dclient_unary_call.h38 Status BlockingUnaryCall(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCall()
49 BlockingUnaryCallImpl(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCallImpl()
Dclient_callback.h43 void CallbackUnaryCall(ChannelInterface* channel, const RpcMethod& method, in CallbackUnaryCall()
54 CallbackUnaryCallImpl(ChannelInterface* channel, const RpcMethod& method, in CallbackUnaryCallImpl()
/external/grpc-grpc/include/grpcpp/generic/
Dgeneric_stub.h40 explicit GenericStub(std::shared_ptr<ChannelInterface> channel) in GenericStub()
89 std::shared_ptr<ChannelInterface> channel_;
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_grpc.cc43 const std::shared_ptr< ::grpc::ChannelInterface>& channel, in NewStub()
52 const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub()
Dtpu_compilation_cache_grpc.h105 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/
Dgeneric_stub.h46 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/
Dgeneric_stub.h46 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()

123