Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
DUnimplementedServiceStub.php37 public function UnimplementedCall( function in Grpc\\Testing\\UnimplementedServiceStub
DUnimplementedServiceClient.php46 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\UnimplementedServiceClient
DTestServiceClient.php152 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
DTestServiceStub.php155 public function UnimplementedCall( function in Grpc\\Testing\\TestServiceStub
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DUnimplementedServiceClient.php46 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\UnimplementedServiceClient
DTestServiceClient.php152 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto67 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
74 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/external/rust/android-crates-io/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/proto/grpc/testing/
Dtest.proto67 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
74 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/external/grpc-grpc/src/php/tests/interop/
Dinterop_server.php190 public function UnimplementedCall( function in TestService
Dinterop_client.php640 $call = $stub->UnimplementedCall(new Grpc\Testing\EmptyMessage());
649 $call = $stub->UnimplementedCall(new Grpc\Testing\EmptyMessage());
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py337 response_future = test_service_stub.UnimplementedCall.future(
344 response_future = unimplemented_service_stub.UnimplementedCall.future(
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py317 call = stub.UnimplementedCall(empty_pb2.Empty())
322 call = stub.UnimplementedCall(empty_pb2.Empty())
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc1397 Status s = stub->UnimplementedCall(&context, request, &response); in DoUnimplementedService()
1416 serviceStub_.Get()->UnimplementedCall(&context, request, &response); in DoUnimplementedMethod()
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md912 * Client calls `grpc.testing.TestService/UnimplementedCall` with an empty
932 * Client calls `grpc.testing.UnimplementedService/UnimplementedCall` with an