Searched refs:ParseV6 (Results 1 – 1 of 1) sorted by relevance
121 ErrorOr<IPAddress> ParseV6(const std::string& s) { in ParseV6() function145 return v4 ? std::move(v4) : ParseV6(s); in Parse()183 address = ParseV6(s.substr(1, colon_pos - 2)); in Parse()