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
1386 class UnimplementedService : public unittest::TestService { in TEST_F() class1388 UnimplementedService() {} in TEST_F() function in google::protobuf::compiler::cpp::cpp_unittest::TEST_F::UnimplementedService