Home
last modified time | relevance | path

Searched refs:NewStub (Results 1 – 25 of 66) sorted by relevance

123

/external/grpc-grpc/test/cpp/interop/
Dreconnect_interop_client.cc61 ReconnectService::NewStub( in main()
87 ReconnectService::NewStub(retry_channel)); in main()
Dmetrics_client.cc99 if (!PrintMetrics(MetricsService::NewStub(channel), FLAGS_total_only, in main()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_opencensus_plugin.cc86 grpc::testing::EchoTestService::NewStub(grpc::CreateChannel( in BM_E2eLatencyCensusDisabled()
106 grpc::testing::EchoTestService::NewStub(grpc::CreateChannel( in BM_E2eLatencyCensusEnabled()
Dfullstack_streaming_pump.h56 EchoTestService::NewStub(fixture->channel())); in BM_PumpStreamClientToServer()
125 EchoTestService::NewStub(fixture->channel())); in BM_PumpStreamServerToClient()
Dfullstack_streaming_ping_pong.h66 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/
Dcapture_profile.cc96 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/
Ddriver.cc279 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/
Dserver_load_reporting_end2end_test.cc96 auto stub = EchoTestService::NewStub( in ClientMakeEchoCalls()
128 auto stub = ::grpc::lb::v1::LoadReporter::NewStub(channel); in TEST_F()
Dserver_crash_test_client.cc47 auto stub = grpc::testing::EchoTestService::NewStub( in main()
Dchannelz_service_test.cc62 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()
Dexception_test.cc76 stub_ = grpc::testing::EchoTestService::NewStub(channel_); in ResetStub()
Dclient_crash_test.cc62 return grpc::testing::EchoTestService::NewStub( in CreateServerAndStub()
Dstreaming_throughput_test.cc150 stub_ = grpc::testing::EchoTestService::NewStub(channel); in ResetStub()
Dthread_stress_test.cc100 this->stub_ = grpc::testing::EchoTestService::NewStub(channel); in ResetStub()
124 this->stub_ = grpc::testing::EchoTestService::NewStub(channel); in ResetStub()
/external/tensorflow/tensorflow/contrib/verbs/
Dgrpc_verbs_client.h31 : stub_(grpc::VerbsService::NewStub(client_channel)) {} in GrpcVerbsClient()
Dgrpc_verbs_service_impl.cc35 std::unique_ptr<VerbsService::Stub> VerbsService::NewStub( in NewStub() function in tensorflow::grpc::VerbsService
Dgrpc_verbs_service_impl.h58 static std::unique_ptr<Stub> NewStub(
/external/grpc-grpc/examples/cpp/helloworld/
Dgreeter_client.cc41 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
Dgreeter_async_client.cc40 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
Dgreeter_async_client2.cc41 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_client_test.cc63 xla_service_ = grpc::XlaService::NewStub(channel); in GRPCClientTestBase()
/external/flatbuffers/grpc/samples/greeter/
Dclient.cpp13 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
/external/grpc-grpc/test/cpp/server/
Dserver_request_call_test.cc117 auto stub = testing::EchoTestService::NewStub( in TEST()
/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/
Dgrpc-helloworld.cc76 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
/external/grpc-grpc/test/cpp/util/
Dcli_call_test.cc79 stub_ = grpc::testing::EchoTestService::NewStub(channel_); in ResetStub()

123