Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/interop/
Dxds_interop_server.cc54 class TestServiceImpl : public TestService::Service { class
56 TestServiceImpl(const std::string& i) : hostname_(i) {} in TestServiceImpl() function in TestServiceImpl
Dinterop_server.cc138 class TestServiceImpl : public TestService::Service { class
/third_party/grpc/test/cpp/end2end/
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.cc56 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
58 TestServiceImpl() {} in TestServiceImpl() function in grpc::testing::TestServiceImpl
Dserver_early_return_test.cc47 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
Dtest_service_impl.h477 using TestServiceImpl = variable
Dmock_test.cc247 class TestServiceImpl : public EchoTestService::Service { class
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DTestServiceImpl.cs33 public class TestServiceImpl : TestService.TestServiceBase class
/third_party/grpc/test/cpp/util/
Dcli_call_test.cc41 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
Dgrpc_tool_test.cc163 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class