Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc171 bool ParsePort(const std::string& in_str, int* port) { in ParsePort() function
195 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()