Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestGrpc.cs214 public partial class TestServiceClient : grpc::ClientBase<TestServiceClient> class in Grpc.Testing.TestService
218 public TestServiceClient(grpc::Channel channel) : base(channel) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
223 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
227 protected TestServiceClient() : base() in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
232 protected TestServiceClient(ClientBaseConfiguration configuration) : base(configuration) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php28 class TestServiceClient extends \Grpc\BaseStub { class
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java42 public class TestServiceClient { class
/external/pigweed/pw_rpc/nanopb/
Dcodegen_test.cc133 using TestServiceClient = test::nanopb::TestServiceClient; typedef