Home
last modified time | relevance | path

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

/third_party/grpc/src/proto/grpc/testing/
Dtest.proto70 service UnimplementedService { service
72 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
/third_party/grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_services_pb.rb68 module UnimplementedService module
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs135 public void UnimplementedService() in UnimplementedService() method in Grpc.IntegrationTesting.InteropClientServerTest
DTestGrpc.cs594 public static partial class UnimplementedService class