Home
last modified time | relevance | path

Searched defs:TestServiceImpl (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Dtest_service_impl.h48 TestServiceImpl() : signal_client_(false), host_() {} in TestServiceImpl() function
49 explicit TestServiceImpl(const grpc::string& host) in TestServiceImpl() function
Dshutdown_test.cc45 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
47 explicit TestServiceImpl(gpr_event* ev) : ev_(ev) {} in TestServiceImpl() function in grpc::testing::TestServiceImpl
Dstreaming_throughput_test.cc88 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
Dthread_stress_test.cc54 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
56 TestServiceImpl() {} in TestServiceImpl() function in grpc::testing::TestServiceImpl
Dserver_early_return_test.cc47 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
Dmock_test.cc164 class TestServiceImpl : public EchoTestService::Service { class
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceImpl.java58 public class TestServiceImpl extends TestServiceGrpc.TestServiceImplBase { class
70 public TestServiceImpl(ScheduledExecutorService executor) { in TestServiceImpl() method in TestServiceImpl
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestServiceImpl.cs33 public class TestServiceImpl : TestService.TestServiceBase class
/external/grpc-grpc/test/cpp/util/
Dcli_call_test.cc41 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
Dgrpc_tool_test.cc130 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
/external/grpc-grpc-java/testing/src/test/java/io/grpc/testing/
DGrpcServerRuleTest.java182 private static class TestServiceImpl extends SimpleServiceGrpc.SimpleServiceImplBase { class in GrpcServerRuleTest
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc139 class TestServiceImpl : public TestService::Service { class