Searched defs:EchoServer (Results 1 – 7 of 7) sorted by relevance
19 service EchoServer { service20 rpc Echo (EchoRequest) returns (EchoReply) {}
35 pub struct EchoServer {} struct38 impl echo_server::Echo for EchoServer { implementation
23 module EchoServer module
28 class EchoServer < EchoWithoutProtobuf::Service class
41 class EchoServer final : public grpc::testing::EchoTestService::Service { class
68 class EchoServer final : public EchoTestService::Service { class
2564 class EchoServer (asyncore.dispatcher): class in AsyncoreEchoServer