Home
last modified time | relevance | path

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

12

/third_party/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()
Dsync_stream_impl.h163 static ClientReader<R>* Create(::grpc::ChannelInterface* channel, in Create()
242 ClientReader(::grpc::ChannelInterface* channel, in ClientReader()
283 static ClientWriter<W>* Create(::grpc::ChannelInterface* channel, in Create()
377 ClientWriter(::grpc::ChannelInterface* channel, in ClientWriter()
435 ::grpc::ChannelInterface* channel, in Create()
553 ClientReaderWriter(::grpc::ChannelInterface* channel, in ClientReaderWriter()
Dsync_stream.h163 static ClientReader<R>* Create(::grpc::ChannelInterface* channel, in Create()
242 ClientReader(::grpc::ChannelInterface* channel, in ClientReader()
283 static ClientWriter<W>* Create(::grpc::ChannelInterface* channel, in Create()
376 ClientWriter(::grpc::ChannelInterface* channel, in ClientWriter()
434 ::grpc::ChannelInterface* channel, in Create()
552 ClientReaderWriter(::grpc::ChannelInterface* channel, in ClientReaderWriter()
Drpc_method.h42 const std::shared_ptr<ChannelInterface>& channel) in RpcMethod()
Dclient_callback_impl.h46 void CallbackUnaryCall(::grpc::ChannelInterface* channel, in CallbackUnaryCall()
58 CallbackUnaryCallImpl(::grpc::ChannelInterface* channel, in CallbackUnaryCallImpl()
691 static void Create(::grpc::ChannelInterface* channel, in Create()
849 static void Create(::grpc::ChannelInterface* channel, in Create()
1075 static void Create(::grpc::ChannelInterface* channel, in Create()
1183 static void Create(::grpc::ChannelInterface* channel, in Create()
Dclient_callback.h47 void CallbackUnaryCall(::grpc::ChannelInterface* channel, in CallbackUnaryCall()
63 CallbackUnaryCallImpl(::grpc::ChannelInterface* channel, in CallbackUnaryCallImpl()
700 static void Create(::grpc::ChannelInterface* channel, in Create()
859 static void Create(::grpc::ChannelInterface* channel, in Create()
1086 static void Create(::grpc::ChannelInterface* channel, in Create()
1196 static void Create(::grpc::ChannelInterface* channel, in Create()
Dclient_context_impl.h61 class ChannelInterface; variable
460 grpc::ChannelInterface* channel, in set_client_rpc_info()
Dclient_context.h118 class ChannelInterface; variable
468 grpc::ChannelInterface* channel, in set_client_rpc_info()
Dasync_unary_call.h92 ::grpc::ChannelInterface* channel, ::grpc::CompletionQueue* cq, in Create()
202 ::grpc::ChannelInterface* channel, ::grpc::CompletionQueue* cq, in Create()
Dasync_stream.h180 static ClientAsyncReader<R>* Create(::grpc::ChannelInterface* channel, in Create()
328 static ClientAsyncWriter<W>* Create(::grpc::ChannelInterface* channel, in Create()
494 ::grpc::ChannelInterface* channel, ::grpc::CompletionQueue* cq, in Create()
Dasync_stream_impl.h180 static ClientAsyncReader<R>* Create(::grpc::ChannelInterface* channel, in Create()
329 static ClientAsyncWriter<W>* Create(::grpc::ChannelInterface* channel, in Create()
496 ::grpc::ChannelInterface* channel, ::grpc_impl::CompletionQueue* cq, in Create()
Dasync_unary_call_impl.h80 ::grpc::ChannelInterface* channel, ::grpc_impl::CompletionQueue* cq, in Create()
Dcompletion_queue_impl.h80 class ChannelInterface; variable
/third_party/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()
/third_party/grpc/test/cpp/end2end/
Ddelegating_channel_test.cc48 TestChannel(const std::shared_ptr<ChannelInterface>& delegate_channel) in TestChannel()
/third_party/grpc/include/grpcpp/
Dchannel.h54 class Channel final : public ::grpc::ChannelInterface,
Dchannel_impl.h56 class Channel final : public ::grpc::ChannelInterface,
/third_party/flatbuffers/tests/
Dmonster_test.grpc.fb.cc26 …orage::Stub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, co… in NewStub()
31 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub()
Dmonster_test.grpc.fb.h87 Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel);
124 std::shared_ptr< ::grpc::ChannelInterface> channel_;
141 …static std::unique_ptr<Stub> NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, co…

12