/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | InteropClient.cs | 137 var client = new TestService.TestServiceClient(channel); in RunTestCaseAsync() 202 public static void RunEmptyUnary(TestService.TestServiceClient client) in RunEmptyUnary() 210 public static void RunLargeUnary(TestService.TestServiceClient client) in RunLargeUnary() 224 public static async Task RunClientStreamingAsync(TestService.TestServiceClient client) in RunClientStreamingAsync() 240 public static async Task RunServerStreamingAsync(TestService.TestServiceClient client) in RunServerStreamingAsync() 259 public static async Task RunPingPongAsync(TestService.TestServiceClient client) in RunPingPongAsync() 308 public static async Task RunEmptyStreamAsync(TestService.TestServiceClient client) in RunEmptyStreamAsync() 321 …public static void RunComputeEngineCreds(TestService.TestServiceClient client, string defaultServi… in RunComputeEngineCreds() 343 public static void RunJwtTokenCreds(TestService.TestServiceClient client) in RunJwtTokenCreds() 362 …public static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oaut… in RunOAuth2AuthTokenAsync() [all …]
|
D | MetadataCredentialsTest.cs | 37 TestService.TestServiceClient client; 77 client = new TestService.TestServiceClient(channel); in MetadataCredentials() 86 client = new TestService.TestServiceClient(channel); in MetadataCredentials_PerCall() 111 var client = new TestService.TestServiceClient(channel); in MetadataCredentials_Composed() 121 var client = new TestService.TestServiceClient(channel); in MetadataCredentials_ComposedPerCall() 146 client = new TestService.TestServiceClient(channel); in MetadataCredentials_InterceptorLeavesMetadataEmpty() 163 client = new TestService.TestServiceClient(channel); in MetadataCredentials_InterceptorThrows()
|
D | GeneratedClientTest.cs | 34 TestService.TestServiceClient unimplementedClient = new UnimplementedTestServiceClient(); 63 private class UnimplementedTestServiceClient : TestService.TestServiceClient
|
D | GeneratedServiceBaseTest.cs | 37 TestService.TestServiceClient client; 50 client = new TestService.TestServiceClient(channel); in Init()
|
D | InteropClientServerTest.cs | 39 TestService.TestServiceClient client; 58 client = new TestService.TestServiceClient(channel); in Init()
|
D | StressTestClient.cs | 122 var client = new TestService.TestServiceClient(channel); in Run() 139 async Task RunBodyAsync(TestService.TestServiceClient client) in RunBodyAsync() 156 async Task RunTestCaseAsync(TestService.TestServiceClient client, string testCase) in RunTestCaseAsync()
|
D | SslCredentialsTest.cs | 42 TestService.TestServiceClient client; 69 client = new TestService.TestServiceClient(channel); in Init()
|
D | CustomErrorDetailsTest.cs | 43 TestService.TestServiceClient client; 57 client = new TestService.TestServiceClient(channel); in Init()
|
D | TestGrpc.cs | 214 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 521 protected override TestServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance() 523 return new TestServiceClient(configuration); in NewInstance()
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | TestServiceClientTest.java | 29 TestServiceClient client = new TestServiceClient(); in emptyArgumentListShouldNotThrowException()
|
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
D | TestServiceClient.java | 42 public class TestServiceClient { class 52 final TestServiceClient client = new TestServiceClient(); in main() 155 TestServiceClient c = new TestServiceClient(); in parseArgs()
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | TestServiceClient.php | 28 class TestServiceClient extends \Grpc\BaseStub { class
|
/external/grpc-grpc-java/interop-testing/ |
D | build.gradle | 55 mainClassName = "io.grpc.testing.integration.TestServiceClient"
|
/external/grpc-grpc/src/php/tests/interop/ |
D | interop_client.php | 609 $stub = new Grpc\Testing\TestServiceClient($server_address, $opts);
|