Home
last modified time | relevance | path

Searched refs:BackendServiceImpl (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/test/cpp/client/
Dclient_channel_stress_test.cc70 using BackendServiceImpl = TestServiceImpl; typedef
294 backends_.emplace_back(new BackendServiceImpl()); in Start()
295 backend_servers_.emplace_back(ServerThread<BackendServiceImpl>( in Start()
332 std::vector<std::unique_ptr<BackendServiceImpl>> backends_;
334 std::vector<ServerThread<BackendServiceImpl>> backend_servers_;
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DXdsInteropClientTest.cs35 BackendServiceImpl backendService;
47 backendService = new BackendServiceImpl(); in Init()
158 public class BackendServiceImpl : TestService.TestServiceBase class in Grpc.IntegrationTesting.XdsInteropClientTest
/third_party/grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc140 class BackendServiceImpl : public BackendService { class
142 BackendServiceImpl() {} in BackendServiceImpl() function in grpc::testing::__anon039512b90111::BackendServiceImpl
424 backends_.emplace_back(new ServerThread<BackendServiceImpl>("backend")); in SetUp()
730 std::vector<std::unique_ptr<ServerThread<BackendServiceImpl>>> backends_;
Dxds_end2end_test.cc241 class BackendServiceImpl class
244 BackendServiceImpl() {} in BackendServiceImpl() function in grpc::testing::__anon5b583b8e0111::BackendServiceImpl
1612 BackendServiceImpl<::grpc::testing::EchoTestService::Service>*
1616 BackendServiceImpl<::grpc::testing::EchoTest1Service::Service>*
1620 BackendServiceImpl<::grpc::testing::EchoTest2Service::Service>*
1646 BackendServiceImpl<::grpc::testing::EchoTestService::Service>
1648 BackendServiceImpl<::grpc::testing::EchoTest1Service::Service>
1650 BackendServiceImpl<::grpc::testing::EchoTest2Service::Service>