Home
last modified time | relevance | path

Searched defs:UnimplementedCall (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
H A Dtest.proto67 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
74 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/aosp_15_r20/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
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dtest.proto67 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
74 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
H A DUnimplementedServiceStub.php37 public function UnimplementedCall( function in Grpc\\Testing\\UnimplementedServiceStub
H A DUnimplementedServiceClient.php46 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\UnimplementedServiceClient
H A DTestServiceStub.php155 public function UnimplementedCall( function in Grpc\\Testing\\TestServiceStub
H A DTestServiceClient.php152 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DUnimplementedServiceClient.php46 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\UnimplementedServiceClient
H A DTestServiceClient.php152 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/
H A Dinterop_server.php190 public function UnimplementedCall( function in TestService