Searched refs:Describe (Results 1 – 5 of 5) sorted by relevance
29 virtual std::string Describe() const = 0;38 std::string Describe() const override;50 std::string Describe() const override;61 std::string Describe() const override;
28 virtual std::string Describe() const = 0;36 std::string Describe() const override;49 std::string Describe() const override;
67 std::string TcpServer::Describe() const { in Describe() function in cuttlefish::socket_proxy::TcpServer90 std::string VsockServer::Describe() const { in Describe() function in cuttlefish::socket_proxy::VsockServer103 std::string DupServer::Describe() const { in Describe() function in cuttlefish::socket_proxy::DupServer
83 std::string TcpClient::Describe() const { in Describe() function in cuttlefish::socket_proxy::TcpClient108 std::string VsockClient::Describe() const { in Describe() function in cuttlefish::socket_proxy::VsockClient
149 LOG(INFO) << "From: " << server.Describe(); in StartProxyAsync()150 LOG(INFO) << "To: " << client.Describe(); in StartProxyAsync()