Home
last modified time | relevance | path

Searched refs:UnimplementedCall (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestGrpc.cs206 …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()
DInteropClient.cs573 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/
DUnimplementedServiceClient.php45 public function UnimplementedCall(\Grpc\Testing\PBEmpty $argument, function in Grpc\\Testing\\UnimplementedServiceClient
DTestServiceClient.php144 public function UnimplementedCall(\Grpc\Testing\PBEmpty $argument, function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto64 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
71 rpc UnimplementedCall(grpc.testing.Empty) returns(grpc.testing.Empty); rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto65 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
72 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dtest.proto65 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/
Dinterop_client.php506 $call = $stub->UnimplementedCall(new Grpc\Testing\EmptyMessage());
515 $call = $stub->UnimplementedCall(new Grpc\Testing\EmptyMessage());
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py367 response_future = (test_service_stub.UnimplementedCall.future(
373 response_future = (unimplemented_service_stub.UnimplementedCall.future(
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc1092 Status s = stub->UnimplementedCall(&context, request, &response); in DoUnimplementedService()
1111 serviceStub_.Get()->UnimplementedCall(&context, request, &response); in DoUnimplementedMethod()
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md822 * Client calls `grpc.testing.TestService/UnimplementedCall` with an empty
842 * Client calls `grpc.testing.UnimplementedService/UnimplementedCall` with an