/external/grpc-grpc/test/cpp/interop/ |
D | reconnect_interop_client.cc | 61 ReconnectService::NewStub( in main() 87 ReconnectService::NewStub(retry_channel)); in main()
|
D | metrics_client.cc | 99 if (!PrintMetrics(MetricsService::NewStub(channel), FLAGS_total_only, in main()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_opencensus_plugin.cc | 86 grpc::testing::EchoTestService::NewStub(grpc::CreateChannel( in BM_E2eLatencyCensusDisabled() 106 grpc::testing::EchoTestService::NewStub(grpc::CreateChannel( in BM_E2eLatencyCensusEnabled()
|
D | fullstack_streaming_pump.h | 56 EchoTestService::NewStub(fixture->channel())); in BM_PumpStreamClientToServer() 125 EchoTestService::NewStub(fixture->channel())); in BM_PumpStreamServerToClient()
|
D | fullstack_streaming_ping_pong.h | 66 EchoTestService::NewStub(fixture->channel())); in BM_StreamingPingPong() 159 EchoTestService::NewStub(fixture->channel())); in BM_StreamingPingPongMsgs() 263 EchoTestService::NewStub(fixture->channel())); in BM_StreamingPingPongWithCoalescingApi()
|
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | capture_profile.cc | 96 grpc::ProfilerService::NewStub(::grpc::CreateCustomChannel( in Profile() 150 grpc::ProfileAnalysis::NewStub(::grpc::CreateCustomChannel( in NewSession() 255 grpc::ProfilerService::NewStub(::grpc::CreateCustomChannel( in StartMonitoring()
|
/external/grpc-grpc/test/cpp/qps/ |
D | driver.cc | 279 servers[i].stub = WorkerService::NewStub(CreateChannel( in RunScenario() 283 servers[i].stub = WorkerService::NewStub( in RunScenario() 338 clients[i].stub = WorkerService::NewStub( in RunScenario() 342 clients[i].stub = WorkerService::NewStub( in RunScenario() 542 auto stub = WorkerService::NewStub(CreateChannel( in RunQuit()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | server_load_reporting_end2end_test.cc | 96 auto stub = EchoTestService::NewStub( in ClientMakeEchoCalls() 128 auto stub = ::grpc::lb::v1::LoadReporter::NewStub(channel); in TEST_F()
|
D | server_crash_test_client.cc | 47 auto stub = grpc::testing::EchoTestService::NewStub( in main()
|
D | channelz_service_test.cc | 62 stubs_.push_back(grpc::testing::EchoTestService::NewStub(channel)); in AddChannelToBackend() 137 channelz_stub_ = grpc::channelz::v1::Channelz::NewStub(channel); in ResetStubs() 138 echo_stub_ = grpc::testing::EchoTestService::NewStub(channel); in ResetStubs()
|
D | exception_test.cc | 76 stub_ = grpc::testing::EchoTestService::NewStub(channel_); in ResetStub()
|
D | client_crash_test.cc | 62 return grpc::testing::EchoTestService::NewStub( in CreateServerAndStub()
|
D | streaming_throughput_test.cc | 150 stub_ = grpc::testing::EchoTestService::NewStub(channel); in ResetStub()
|
D | thread_stress_test.cc | 100 this->stub_ = grpc::testing::EchoTestService::NewStub(channel); in ResetStub() 124 this->stub_ = grpc::testing::EchoTestService::NewStub(channel); in ResetStub()
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | grpc_verbs_client.h | 31 : stub_(grpc::VerbsService::NewStub(client_channel)) {} in GrpcVerbsClient()
|
D | grpc_verbs_service_impl.cc | 35 std::unique_ptr<VerbsService::Stub> VerbsService::NewStub( in NewStub() function in tensorflow::grpc::VerbsService
|
D | grpc_verbs_service_impl.h | 58 static std::unique_ptr<Stub> NewStub(
|
/external/grpc-grpc/examples/cpp/helloworld/ |
D | greeter_client.cc | 41 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
|
D | greeter_async_client.cc | 40 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
|
D | greeter_async_client2.cc | 41 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
|
/external/tensorflow/tensorflow/compiler/xla/rpc/ |
D | grpc_client_test.cc | 63 xla_service_ = grpc::XlaService::NewStub(channel); in GRPCClientTestBase()
|
/external/flatbuffers/grpc/samples/greeter/ |
D | client.cpp | 13 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
|
/external/grpc-grpc/test/cpp/server/ |
D | server_request_call_test.cc | 117 auto stub = testing::EchoTestService::NewStub( in TEST()
|
/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/ |
D | grpc-helloworld.cc | 76 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
|
/external/grpc-grpc/test/cpp/util/ |
D | cli_call_test.cc | 79 stub_ = grpc::testing::EchoTestService::NewStub(channel_); in ResetStub()
|