Searched defs:repr (Results 1 – 3 of 3) sorted by relevance
32 char repr[INET6_ADDRSTRLEN] = "\0"; in toString() local58 bool IPAddress::forString(const std::string& repr, IPAddress* ip) { in forString()
60 std::stringstream repr; in toString() local
117 static IPAddress forString(const std::string& repr) { in forString()