/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/ |
D | UnimplementedServiceStub.php | 37 public function UnimplementedCall( function in Grpc\\Testing\\UnimplementedServiceStub
|
D | UnimplementedServiceClient.php | 46 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\UnimplementedServiceClient
|
D | TestServiceClient.php | 152 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
|
D | TestServiceStub.php | 155 public function UnimplementedCall( function in Grpc\\Testing\\TestServiceStub
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | UnimplementedServiceClient.php | 46 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\UnimplementedServiceClient
|
D | TestServiceClient.php | 152 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | test.proto | 67 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/ |
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/proto/grpc/testing/ |
D | test.proto | 67 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/ |
D | interop_server.php | 190 public function UnimplementedCall( function in TestService
|
D | interop_client.php | 640 $call = $stub->UnimplementedCall(new Grpc\Testing\EmptyMessage()); 649 $call = $stub->UnimplementedCall(new Grpc\Testing\EmptyMessage());
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | methods.py | 337 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/ |
D | methods.py | 317 call = stub.UnimplementedCall(empty_pb2.Empty()) 322 call = stub.UnimplementedCall(empty_pb2.Empty())
|
/external/grpc-grpc/test/cpp/interop/ |
D | interop_client.cc | 1397 Status s = stub->UnimplementedCall(&context, request, &response); in DoUnimplementedService() 1416 serviceStub_.Get()->UnimplementedCall(&context, request, &response); in DoUnimplementedMethod()
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 912 * Client calls `grpc.testing.TestService/UnimplementedCall` with an empty 932 * Client calls `grpc.testing.UnimplementedService/UnimplementedCall` with an
|