Home
last modified time | relevance | path

Searched defs:TestServiceClient (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DTestServiceClient.php28 class TestServiceClient extends \Grpc\BaseStub { class
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php28 class TestServiceClient extends \Grpc\BaseStub { class
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DTestGrpc.cs245 public partial class TestServiceClient : grpc::ClientBase<TestServiceClient> class in Grpc.Testing.TestService
249 public TestServiceClient(grpc::ChannelBase channel) : base(channel) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
254 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
258 protected TestServiceClient() : base() in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
263 protected TestServiceClient(ClientBaseConfiguration configuration) : base(configuration) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient