Home
last modified time | relevance | path

Searched refs:EmptyService (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DEmptyServiceGrpc.cs30 public static partial class EmptyService class
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dempty_service.proto22 service EmptyService { service
/external/grpc-grpc/src/proto/grpc/testing/
Dempty_service.proto22 service EmptyService { service
/external/pigweed/pw_rpc/
Dserver_test.cc63 class EmptyService : public Service { class
65 constexpr EmptyService() : Service(200, methods_) {} in EmptyService() function in pw::rpc::__anona2cbdfce0111::EmptyService
131 EmptyService empty_service_;
/external/grpc-grpc/src/ruby/spec/generic/
Drpc_server_spec.rb31 class EmptyService class
287 expect { @srv.handle(EmptyService) }.to raise_error