Home
last modified time | relevance | path

Searched defs:UnimplementedService (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto70 service UnimplementedService { service
72 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto69 service UnimplementedService { service
71 rpc UnimplementedCall(grpc.testing.Empty) returns(grpc.testing.Empty);
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dtest.proto70 service UnimplementedService { service
72 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_services_pb.rb68 module UnimplementedService module
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs135 public void UnimplementedService() in UnimplementedService() method in Grpc.IntegrationTesting.InteropClientServerTest
DTestGrpc.cs547 public static partial class UnimplementedService class