Searched refs:ParsePort (Results 1 – 1 of 1) sorted by relevance
171 bool ParsePort(const std::string& in_str, int* port) { in ParsePort() function195 if (!ParsePort(in_str.substr(closebracket + 2, std::string::npos), in ParseHostnameAndPortFromString()207 if (!ParsePort(in_str.substr(colonpos + 1, std::string::npos), port)) { in ParseHostnameAndPortFromString()