/third_party/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()
|
D | sync_stream_impl.h | 163 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()
|
D | sync_stream.h | 163 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()
|
D | rpc_method.h | 42 const std::shared_ptr<ChannelInterface>& channel) in RpcMethod()
|
D | client_callback_impl.h | 46 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()
|
D | client_callback.h | 47 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()
|
D | client_context_impl.h | 61 class ChannelInterface; variable 460 grpc::ChannelInterface* channel, in set_client_rpc_info()
|
D | client_context.h | 118 class ChannelInterface; variable 468 grpc::ChannelInterface* channel, in set_client_rpc_info()
|
D | async_unary_call.h | 92 ::grpc::ChannelInterface* channel, ::grpc::CompletionQueue* cq, in Create() 202 ::grpc::ChannelInterface* channel, ::grpc::CompletionQueue* cq, in Create()
|
D | async_stream.h | 180 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()
|
D | async_stream_impl.h | 180 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()
|
D | async_unary_call_impl.h | 80 ::grpc::ChannelInterface* channel, ::grpc_impl::CompletionQueue* cq, in Create()
|
D | completion_queue_impl.h | 80 class ChannelInterface; variable
|
/third_party/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()
|
/third_party/grpc/test/cpp/end2end/ |
D | delegating_channel_test.cc | 48 TestChannel(const std::shared_ptr<ChannelInterface>& delegate_channel) in TestChannel()
|
/third_party/grpc/include/grpcpp/ |
D | channel.h | 54 class Channel final : public ::grpc::ChannelInterface,
|
D | channel_impl.h | 56 class Channel final : public ::grpc::ChannelInterface,
|
/third_party/flatbuffers/tests/ |
D | monster_test.grpc.fb.cc | 26 …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()
|
D | monster_test.grpc.fb.h | 87 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…
|