Home
last modified time | relevance | path

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

/external/openscreen/platform/base/
Dip_address.cc68 ErrorOr<IPAddress> ParseV4(const std::string& s) { in ParseV4() function
143 ErrorOr<IPAddress> v4 = ParseV4(s); in Parse()
187 address = ParseV4(s.substr(0, colon_pos)); in Parse()