Searched defs:UnimplementedService (Results 1 – 6 of 6) sorted by relevance
70 service UnimplementedService { service72 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
69 service UnimplementedService { service71 rpc UnimplementedCall(grpc.testing.Empty) returns(grpc.testing.Empty);
68 module UnimplementedService module
135 public void UnimplementedService() in UnimplementedService() method in Grpc.IntegrationTesting.InteropClientServerTest
547 public static partial class UnimplementedService class