/third_party/grpc/test/cpp/end2end/ |
D | hybrid_end2end_test.cc | 456 typedef EchoTestService::WithAsyncMethod_Echo<TestServiceImpl> SType; in TEST_F() 467 typedef EchoTestService::WithRawMethod_Echo<TestServiceImpl> SType; in TEST_F() 478 typedef EchoTestService::WithRawMethod_RequestStream<TestServiceImpl> SType; in TEST_F() 490 EchoTestService::WithAsyncMethod_Echo<TestServiceImpl>> in TEST_F() 506 EchoTestService::WithGenericMethod_Echo<TestServiceImpl>> in TEST_F() 523 EchoTestService::WithAsyncMethod_Echo<TestServiceImpl>> in TEST_F() 539 EchoTestService::WithAsyncMethod_ResponseStream<TestServiceImpl>> in TEST_F() 556 EchoTestService::WithAsyncMethod_ResponseStream<TestServiceImpl>> in TEST_F() 595 EchoTestService::WithAsyncMethod_ResponseStream<TestServiceImpl>> in TEST_F() 633 EchoTestService::WithAsyncMethod_ResponseStream<TestServiceImpl>> in TEST_F() [all …]
|
D | thread_stress_test.cc | 56 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class 58 TestServiceImpl() {} in TestServiceImpl() function in grpc::testing::TestServiceImpl 155 TestServiceImpl service_; 175 TestServiceImpl service_; 303 CommonStressTestSyncServer<CommonStressTestInsecure<TestServiceImpl>>, 304 CommonStressTestSyncServer<CommonStressTestInproc<TestServiceImpl, false>>, 306 CommonStressTestInproc<TestServiceImpl, true>>,
|
D | streaming_throughput_test.cc | 88 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class 116 std::bind(&TestServiceImpl::BidiStream_Sender, stream, &should_exit)); in BidiStream() 156 TestServiceImpl service_;
|
D | shutdown_test.cc | 45 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class 47 explicit TestServiceImpl(gpr_event* ev) : ev_(ev) {} in TestServiceImpl() function in grpc::testing::TestServiceImpl 116 TestServiceImpl service_;
|
D | server_builder_plugin_test.cc | 48 TestServerBuilderPlugin() : service_(new TestServiceImpl()) { in TestServerBuilderPlugin() 95 std::shared_ptr<TestServiceImpl> service_; 211 TestServiceImpl service_;
|
D | server_early_return_test.cc | 47 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class 211 TestServiceImpl service_;
|
D | delegating_channel_test.cc | 70 TestServiceImpl service_;
|
D | mock_test.cc | 247 class TestServiceImpl : public EchoTestService::Service { class 338 TestServiceImpl service_;
|
D | service_config_end2end_test.cc | 75 class MyTestServiceImpl : public TestServiceImpl { 86 return TestServiceImpl::Echo(context, request, response); in Echo()
|
D | client_interceptors_end2end_test.cc | 797 TestServiceImpl service_; 896 TestServiceImpl service_; 1109 TestServiceImpl service_;
|
D | port_sharing_end2end_test.cc | 292 TestServiceImpl service_;
|
D | server_interceptors_end2end_test.cc | 263 TestServiceImpl service_; 662 TestServiceImpl service; in TEST_F()
|
D | health_service_end2end_test.cc | 278 TestServiceImpl echo_test_service_;
|
/third_party/grpc/test/cpp/interop/ |
D | xds_interop_server.cc | 54 class TestServiceImpl : public TestService::Service { class 56 TestServiceImpl(const std::string& i) : hostname_(i) {} in TestServiceImpl() function in TestServiceImpl 80 TestServiceImpl service(hostname); in RunServer()
|
D | interop_server.cc | 138 class TestServiceImpl : public TestService::Service { class 345 TestServiceImpl service; in RunServer()
|
/third_party/grpc/test/cpp/ios/CronetTests/ |
D | TestHelper.mm | 87 Status TestServiceImpl::Echo(ServerContext* context, const EchoRequest* request, 124 Status TestServiceImpl::RequestStream(ServerContext* context, 137 Status TestServiceImpl::ResponseStream(ServerContext* context, const EchoRequest* request, 154 Status TestServiceImpl::BidiStream(ServerContext* context,
|
D | TestHelper.h | 62 class TestServiceImpl : public grpc::testing::EchoTestService::Service {
|
/third_party/grpc/test/cpp/util/ |
D | cli_call_test.cc | 41 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class 86 TestServiceImpl service_;
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | ExternalDnsClientServerTest.cs | 51 Services = { TestService.BindService(new TestServiceImpl()) }, in Init()
|
D | InteropServer.cs | 71 Services = { TestService.BindService(new TestServiceImpl()) } in Run()
|
D | UnobservedTaskExceptionTest.cs | 48 Services = { TestService.BindService(new TestServiceImpl()) }, in Init()
|
D | InteropClientServerTest.cs | 47 Services = { TestService.BindService(new TestServiceImpl()) }, in Init()
|
D | ExternalDnsWithTracingClientServerTest.cs | 68 Services = { TestService.BindService(new TestServiceImpl()) }, in Init()
|
D | TestServiceImpl.cs | 33 public class TestServiceImpl : TestService.TestServiceBase class
|
/third_party/grpc/test/cpp/client/ |
D | client_channel_stress_test.cc | 70 using BackendServiceImpl = TestServiceImpl;
|