Home
last modified time | relevance | path

Searched defs:repr (Results 1 – 3 of 3) sorted by relevance

/system/netd/libnetdutils/
DInternetAddresses.cpp32 char repr[INET6_ADDRSTRLEN] = "\0"; in toString() local
58 bool IPAddress::forString(const std::string& repr, IPAddress* ip) { in forString()
/system/netd/server/
DNetwork.cpp60 std::stringstream repr; in toString() local
/system/netd/libnetdutils/include/netdutils/
DInternetAddresses.h117 static IPAddress forString(const std::string& repr) { in forString()