Searched refs:ParseV4 (Results 1 – 1 of 1) sorted by relevance
68 ErrorOr<IPAddress> ParseV4(const std::string& s) { in ParseV4() function143 ErrorOr<IPAddress> v4 = ParseV4(s); in Parse()187 address = ParseV4(s.substr(0, colon_pos)); in Parse()