/third_party/grpc/test/cpp/end2end/ |
D | interceptors_util.cc | 29 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()
|
D | port_sharing_end2end_test.cc | 265 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()
|
D | server_load_reporting_end2end_test.cc | 95 auto stub = EchoTestService::NewStub( in ClientMakeEchoCalls() 127 auto stub = ::grpc::lb::v1::LoadReporter::NewStub(channel); in TEST_F()
|
D | server_crash_test_client.cc | 41 auto stub = grpc::testing::EchoTestService::NewStub( in main()
|
D | server_interceptors_end2end_test.cc | 213 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()
|
D | delegating_channel_test.cc | 82 auto stub = grpc::testing::EchoTestService::NewStub(test_channel); in TEST_F()
|
D | time_change_test.cc | 155 stub_ = grpc::testing::EchoTestService::NewStub(channel_); in SetUp() 161 return grpc::testing::EchoTestService::NewStub(channel_); in CreateStub()
|
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()
|
/third_party/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()
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_opencensus_plugin.cc | 90 grpc::testing::EchoTestService::NewStub(grpc::CreateChannel( in BM_E2eLatencyCensusDisabled() 113 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()
|
D | callback_unary_ping_pong.h | 69 EchoTestService::NewStub(fixture->channel())); in BM_CallbackUnaryPingPong()
|
/third_party/grpc/test/cpp/qps/ |
D | driver.cc | 438 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/ |
D | greeter_client.cc | 42 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
|
/third_party/grpc/examples/cpp/compression/ |
D | greeter_client.cc | 42 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
|
/third_party/grpc/examples/cpp/metadata/ |
D | greeter_client.cc | 41 : stub_(Greeter::NewStub(channel)) {} in CustomHeaderClient()
|
/third_party/grpc/examples/cpp/helloworld/ |
D | greeter_async_client.cc | 44 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
|
D | greeter_client.cc | 41 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
|
D | greeter_async_client2.cc | 45 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
|
/third_party/grpc/examples/cpp/keyvaluestore/ |
D | client.cc | 44 : stub_(KeyValueStore::NewStub(channel)) {} in KeyValueStoreClient()
|
D | caching_interceptor.h | 46 stub_ = keyvaluestore::KeyValueStore::NewStub( in Intercept()
|
/third_party/flatbuffers/grpc/samples/greeter/ |
D | client.cpp | 13 : stub_(Greeter::NewStub(channel)) {} in GreeterClient()
|