Home
last modified time | relevance | path

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

/system/netd/libnetdutils/
DInternetAddresses.cpp60 bool IPAddress::forString(const std::string& repr, IPAddress* ip) { in forString() function in android::netdutils::IPAddress
128 bool IPPrefix::forString(const std::string& repr, IPPrefix* prefix) { in forString() function in android::netdutils::IPPrefix
DInternetAddressesTest.cpp152 TEST(IPAddressTest, forString) { in TEST() argument
174 TEST(IPPrefixTest, forString) { in TEST() argument
/system/netd/libnetdutils/include/netdutils/
DInternetAddresses.h127 static IPAddress forString(const std::string& repr) { in forString() function
199 static IPPrefix forString(const std::string& repr) { in forString() function