Home
last modified time | relevance | path

Searched refs:ParseV6 (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/platform/base/
Dip_address.cc121 ErrorOr<IPAddress> ParseV6(const std::string& s) { in ParseV6() function
145 return v4 ? std::move(v4) : ParseV6(s); in Parse()
183 address = ParseV6(s.substr(1, colon_pos - 2)); in Parse()