/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service_impl.cc | 69 WorkerService::AsyncService::AsyncService() { in AsyncService() function in tensorflow::grpc::WorkerService::AsyncService 78 WorkerService::AsyncService::~AsyncService() {} in ~AsyncService()
|
D | grpc_worker_service_impl.h | 103 class AsyncService : public ::grpc::Service { 105 AsyncService(); 106 virtual ~AsyncService();
|
D | grpc_master_service_impl.cc | 149 MasterService::AsyncService::AsyncService() { in AsyncService() function in tensorflow::grpc::MasterService::AsyncService 160 MasterService::AsyncService::~AsyncService() {} in ~AsyncService()
|
D | grpc_master_service.cc | 95 Call<GrpcMasterService, grpc::MasterService::AsyncService, \ 98 &grpc::MasterService::AsyncService::Request##method, \ 138 grpc::MasterService::AsyncService master_service_; 146 using MasterCall = Call<GrpcMasterService, grpc::MasterService::AsyncService,
|
D | grpc_worker_service.cc | 78 Call<GrpcWorkerServiceThread, grpc::WorkerService::AsyncService, \ 103 grpc::WorkerService::AsyncService* worker_service) in GrpcWorkerServiceThread() 184 Call<GrpcWorkerServiceThread, grpc::WorkerService::AsyncService, 352 Call<GrpcWorkerServiceThread, grpc::WorkerService::AsyncService, in EnqueueRecvTensorRequestRaw() 367 grpc::WorkerService::AsyncService* const worker_service_; 421 grpc::WorkerService::AsyncService worker_service_;
|
D | grpc_master_service_impl.h | 125 class AsyncService : public ::grpc::Service { 127 AsyncService(); 128 virtual ~AsyncService();
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | grpc_verbs_service_impl.cc | 56 VerbsService::AsyncService::AsyncService() { in AsyncService() function in tensorflow::grpc::VerbsService::AsyncService 65 VerbsService::AsyncService::~AsyncService() {} in ~AsyncService()
|
D | grpc_verbs_service_impl.h | 62 class AsyncService : public ::grpc::Service { 64 AsyncService(); 65 virtual ~AsyncService();
|
D | grpc_verbs_service.h | 40 using WorkerCall = Call<GrpcVerbsService, grpc::VerbsService::AsyncService, 48 grpc::VerbsService::AsyncService verbs_service_;
|
D | grpc_verbs_service.cc | 71 Call<GrpcVerbsService, grpc::VerbsService::AsyncService, \ 74 &grpc::VerbsService::AsyncService::Request##method, \
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/ |
D | grpc_eager_service_impl.h | 35 using EagerCall = Call<GrpcEagerServiceImpl, grpc::EagerService::AsyncService, 53 tensorflow::eager::grpc::EagerService::AsyncService, method##Request, \ 56 &grpc::EagerService::AsyncService::Request##method, \ 74 tensorflow::eager::grpc::EagerService::AsyncService service_;
|
D | grpc_eager_service.cc | 119 EagerService::AsyncService::AsyncService() { in AsyncService() function in tensorflow::eager::grpc::EagerService::AsyncService 128 EagerService::AsyncService::~AsyncService() {} in ~AsyncService()
|
D | grpc_eager_service_impl.cc | 39 tensorflow::eager::grpc::EagerService::AsyncService, method##Request, \ in HandleRPCsLoop() 42 &grpc::EagerService::AsyncService::Request##method, \ in HandleRPCsLoop()
|
D | grpc_eager_service.h | 107 class AsyncService : public ::grpc::Service { 109 AsyncService(); 110 virtual ~AsyncService();
|
/external/guice/extensions/service/test/com/google/inject/service/ |
D | SingleServiceIntegrationTest.java | 22 AsyncService service = in testAsyncServiceLifecycle() 23 new AsyncService(executor) { in testAsyncServiceLifecycle() 63 AsyncService service = in testAsyncServiceBlockingLifecycle() 64 new AsyncService(executor) { in testAsyncServiceBlockingLifecycle()
|
/external/grpc-grpc/examples/cpp/helloworld/ |
D | greeter_async_server.cc | 75 CallData(Greeter::AsyncService* service, ServerCompletionQueue* cq) in CallData() 118 Greeter::AsyncService* service_; 158 Greeter::AsyncService service_;
|
/external/guice/extensions/service/src/com/google/inject/service/ |
D | AsyncService.java | 31 public abstract class AsyncService implements Service { class 42 public AsyncService(ExecutorService executor) { in AsyncService() method in AsyncService
|
/external/grpc-grpc/test/cpp/qps/ |
D | server_async.cc | 536 BenchmarkService::AsyncService* service) { in RegisterBenchmarkService() 573 BenchmarkService::AsyncService, in CreateAsyncServer() 576 &BenchmarkService::AsyncService::RequestUnaryCall, in CreateAsyncServer() 577 &BenchmarkService::AsyncService::RequestStreamingCall, in CreateAsyncServer() 578 &BenchmarkService::AsyncService::RequestStreamingFromClient, in CreateAsyncServer() 579 &BenchmarkService::AsyncService::RequestStreamingFromServer, in CreateAsyncServer() 580 &BenchmarkService::AsyncService::RequestStreamingBothWays, in CreateAsyncServer()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | nonblocking_test.cc | 102 service_.reset(new grpc::testing::EchoTestService::AsyncService()); in BuildAndStartServer() 168 std::unique_ptr<grpc::testing::EchoTestService::AsyncService> service_;
|
D | thread_stress_test.cc | 253 ::grpc::testing::EchoTestService::AsyncService service_; 301 CommonStressTestInsecure<grpc::testing::EchoTestService::AsyncService>>, 303 grpc::testing::EchoTestService::AsyncService, false>>>
|
D | raw_end2end_test.cc | 170 typedef grpc::testing::EchoTestService::AsyncService SType; in TEST_F() 353 grpc::testing::EchoTestService::AsyncService> in TEST_F()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | fullstack_streaming_pump.h | 42 EchoTestService::AsyncService service; in BM_PumpStreamClientToServer() 111 EchoTestService::AsyncService service; in BM_PumpStreamServerToClient()
|
D | fullstack_streaming_ping_pong.h | 52 EchoTestService::AsyncService service; in BM_StreamingPingPong() 145 EchoTestService::AsyncService service; in BM_StreamingPingPongMsgs() 249 EchoTestService::AsyncService service; in BM_StreamingPingPongWithCoalescingApi()
|
/external/grpc-grpc/test/cpp/server/ |
D | server_request_call_test.cc | 48 testing::EchoTestService::AsyncService service; in TEST()
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | load_reporter_async_service_impl.h | 39 : public grpc::lb::v1::LoadReporter::AsyncService {
|