Home
last modified time | relevance | path

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

1234

/third_party/grpc/test/cpp/end2end/
Dinterceptors_util.cc29 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeCall()
42 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeClientStreamingCall()
62 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeServerStreamingCall()
81 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeBidiStreamingCall()
100 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeAsyncCQCall()
122 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeAsyncCQServerStreamingCall()
154 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeCallbackCall()
Dport_sharing_end2end_test.cc265 stub_handoff1_ = EchoTestService::NewStub(channel_handoff1_); in ResetStubs()
268 stub_handoff2_ = EchoTestService::NewStub(channel_handoff2_); in ResetStubs()
276 stub_direct_ = EchoTestService::NewStub(channel_direct_); in ResetStubs()
Dserver_load_reporting_end2end_test.cc95 auto stub = EchoTestService::NewStub( in ClientMakeEchoCalls()
127 auto stub = ::grpc::lb::v1::LoadReporter::NewStub(channel); in TEST_F()
Dserver_crash_test_client.cc41 auto stub = grpc::testing::EchoTestService::NewStub( in main()
Dserver_interceptors_end2end_test.cc213 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeBidiStreamingCall()
367 auto stub = grpc::testing::EchoTestService::NewStub(channel); in TEST_F()
440 auto stub = grpc::testing::EchoTestService::NewStub(channel); in TEST_F()
626 stub = grpc::testing::UnimplementedEchoService::NewStub(channel); in TEST_F()
679 stub = grpc::testing::UnimplementedEchoService::NewStub(channel); in TEST_F()
Ddelegating_channel_test.cc82 auto stub = grpc::testing::EchoTestService::NewStub(test_channel); in TEST_F()
Dtime_change_test.cc155 stub_ = grpc::testing::EchoTestService::NewStub(channel_); in SetUp()
161 return grpc::testing::EchoTestService::NewStub(channel_); in CreateStub()
Dexception_test.cc76 stub_ = grpc::testing::EchoTestService::NewStub(channel_); in ResetStub()
Dclient_crash_test.cc62 return grpc::testing::EchoTestService::NewStub( in CreateServerAndStub()
/third_party/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()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_opencensus_plugin.cc90 grpc::testing::EchoTestService::NewStub(grpc::CreateChannel( in BM_E2eLatencyCensusDisabled()
113 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()
Dcallback_unary_ping_pong.h69 EchoTestService::NewStub(fixture->channel())); in BM_CallbackUnaryPingPong()
/third_party/grpc/test/cpp/qps/
Ddriver.cc438 servers[i].stub = WorkerService::NewStub(grpc::CreateTestChannel( in RunScenario()
443 servers[i].stub = WorkerService::NewStub( in RunScenario()
495 clients[i].stub = WorkerService::NewStub(grpc::CreateTestChannel( in RunScenario()
500 clients[i].stub = WorkerService::NewStub( in RunScenario()
663 auto stub = WorkerService::NewStub(grpc::CreateTestChannel( in RunQuit()
/third_party/grpc/examples/cpp/load_balancing/
Dgreeter_client.cc42 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
/third_party/grpc/examples/cpp/compression/
Dgreeter_client.cc42 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
/third_party/grpc/examples/cpp/metadata/
Dgreeter_client.cc41 : stub_(Greeter::NewStub(channel)) {} in CustomHeaderClient()
/third_party/grpc/examples/cpp/helloworld/
Dgreeter_async_client.cc44 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
Dgreeter_client.cc41 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
Dgreeter_async_client2.cc45 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
/third_party/grpc/examples/cpp/keyvaluestore/
Dclient.cc44 : stub_(KeyValueStore::NewStub(channel)) {} in KeyValueStoreClient()
Dcaching_interceptor.h46 stub_ = keyvaluestore::KeyValueStore::NewStub( in Intercept()
/third_party/flatbuffers/grpc/samples/greeter/
Dclient.cpp13 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()

1234