/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | TestGrpc.cs | 206 …ual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(global::Grpc… in UnimplementedCall() method in Grpc.Testing.TestService.TestServiceBase 481 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall() method in Grpc.Testing.TestService.TestServiceClient 483 … return UnimplementedCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnimplementedCall() 492 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall() method in Grpc.Testing.TestService.TestServiceClient 539 .AddMethod(__Method_UnimplementedCall, serviceImpl.UnimplementedCall).Build(); in BindService() 575 …ual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(global::Grpc… in UnimplementedCall() method in Grpc.Testing.UnimplementedService.UnimplementedServiceBase 613 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall() method in Grpc.Testing.UnimplementedService.UnimplementedServiceClient 615 … return UnimplementedCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnimplementedCall() 623 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall() method in Grpc.Testing.UnimplementedService.UnimplementedServiceClient 661 .AddMethod(__Method_UnimplementedCall, serviceImpl.UnimplementedCall).Build(); in BindService()
|
D | InteropClient.cs | 573 var e = Assert.Throws<RpcException>(() => client.UnimplementedCall(new Empty())); in RunUnimplementedService() 582 var e = Assert.Throws<RpcException>(() => client.UnimplementedCall(new Empty())); in RunUnimplementedMethod()
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | UnimplementedServiceClient.php | 45 public function UnimplementedCall(\Grpc\Testing\PBEmpty $argument, function in Grpc\\Testing\\UnimplementedServiceClient
|
D | TestServiceClient.php | 144 public function UnimplementedCall(\Grpc\Testing\PBEmpty $argument, function in Grpc\\Testing\\TestServiceClient
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | test.proto | 65 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc 72 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | test.proto | 64 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc 71 rpc UnimplementedCall(grpc.testing.Empty) returns(grpc.testing.Empty); rpc
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | test.proto | 65 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc 72 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
|
/external/grpc-grpc/src/php/tests/interop/ |
D | interop_client.php | 506 $call = $stub->UnimplementedCall(new Grpc\Testing\EmptyMessage()); 515 $call = $stub->UnimplementedCall(new Grpc\Testing\EmptyMessage());
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | methods.py | 367 response_future = (test_service_stub.UnimplementedCall.future( 373 response_future = (unimplemented_service_stub.UnimplementedCall.future(
|
/external/grpc-grpc/test/cpp/interop/ |
D | interop_client.cc | 1092 Status s = stub->UnimplementedCall(&context, request, &response); in DoUnimplementedService() 1111 serviceStub_.Get()->UnimplementedCall(&context, request, &response); in DoUnimplementedMethod()
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 822 * Client calls `grpc.testing.TestService/UnimplementedCall` with an empty 842 * Client calls `grpc.testing.UnimplementedService/UnimplementedCall` with an
|