Searched defs:ParseHostAndPort (Results 1 – 2 of 2) sorted by relevance
195 bool ParseHostAndPort(std::string_view input, std::string* host, int* port) { in ParseHostAndPort() function
280 TEST(UrlUtilTest, ParseHostAndPort) { in TEST() argument