/external/tensorflow/tensorflow/contrib/verbs/ |
D | grpc_verbs_service_impl.h | 49 Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel); 55 std::shared_ptr< ::grpc::ChannelInterface> channel_; 59 const std::shared_ptr< ::grpc::ChannelInterface>& channel,
|
D | grpc_verbs_service_impl.cc | 36 const std::shared_ptr< ::grpc::ChannelInterface>& channel, in NewStub() 43 const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub()
|
/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()
|
D | sync_stream.h | 164 static ClientReader<R>* Create(ChannelInterface* channel, in Create() 241 ClientReader(::grpc::ChannelInterface* channel, in ClientReader() 282 static ClientWriter<W>* Create(::grpc::ChannelInterface* channel, in Create() 375 ClientWriter(ChannelInterface* channel, in ClientWriter() 433 ::grpc::ChannelInterface* channel, in Create() 549 ClientReaderWriter(::grpc::ChannelInterface* channel, in ClientReaderWriter()
|
D | rpc_method.h | 42 const std::shared_ptr<ChannelInterface>& channel) in RpcMethod()
|
D | async_stream.h | 183 static ClientAsyncReader<R>* Create(ChannelInterface* channel, in Create() 331 static ClientAsyncWriter<W>* Create(ChannelInterface* channel, in Create() 497 ChannelInterface* channel, CompletionQueue* cq, in Create()
|
D | client_context.h | 60 class ChannelInterface; variable
|
D | async_unary_call.h | 84 ChannelInterface* channel, CompletionQueue* cq, in Create()
|
D | completion_queue.h | 62 class ChannelInterface; variable
|
/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/distributed_runtime/rpc/eager/ |
D | grpc_eager_service.h | 70 Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel); 94 std::shared_ptr< ::grpc::ChannelInterface> channel_; 104 const std::shared_ptr< ::grpc::ChannelInterface>& channel,
|
D | grpc_eager_service.cc | 43 const std::shared_ptr< ::grpc::ChannelInterface>& channel, in NewStub() 50 const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_master_service_impl.h | 76 Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel); 109 std::shared_ptr< ::grpc::ChannelInterface> channel_; 122 const std::shared_ptr< ::grpc::ChannelInterface>& channel,
|
D | grpc_master_service_impl.cc | 45 const std::shared_ptr< ::grpc::ChannelInterface>& channel, in NewStub() 52 const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub()
|
/external/grpc-grpc/include/grpcpp/ |
D | channel.h | 42 class Channel final : public ChannelInterface,
|
/external/grpc-grpc/src/cpp/client/ |
D | generic_stub.cc | 29 ChannelInterface* channel, ClientContext* context, in CallInternal()
|
/external/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…
|
/external/grpc-grpc/test/cpp/codegen/ |
D | compiler_test_golden | 141 Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel); 189 std::shared_ptr< ::grpc::ChannelInterface> channel_; 207 …static std::unique_ptr<Stub> NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, co… 535 Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel); 556 std::shared_ptr< ::grpc::ChannelInterface> channel_; 562 …static std::unique_ptr<Stub> NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, co…
|