Searched defs:SimpleServer (Results 1 – 5 of 5) sorted by relevance
39 public abstract class SimpleServer { class
40 public abstract class SimpleServer { class
300 class SimpleServer : public Worker { class302 explicit SimpleServer(mojo::ScopedMessagePipeHandle channel_handle) in SimpleServer() function in IPC::__anon52c3a56f0111::SimpleServer
298 class SimpleServer : public Worker { class300 SimpleServer(bool pump_during_send, in SimpleServer() function in IPC::__anon2d0729390111::SimpleServer
1573 private static class SimpleServer implements io.grpc.internal.InternalServer { class in ServerImplTest