Searched defs:repr (Results 1 – 3 of 3) sorted by relevance
34 char repr[INET6_ADDRSTRLEN] = "\0"; in toString() local60 bool IPAddress::forString(const std::string& repr, IPAddress* ip) { in forString()128 bool IPPrefix::forString(const std::string& repr, IPPrefix* prefix) { in forString()
127 static IPAddress forString(const std::string& repr) { in forString()199 static IPPrefix forString(const std::string& repr) { in forString()250 static IPSockAddr toIPSockAddr(const std::string& repr, in_port_t port) { in toIPSockAddr()
62 std::stringstream repr; in toString() local