reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
294 port = StringConvert::ToUInt32(port_str.c_str(), UINT32_MAX, 10, &ok); 295 if (ok && port <= UINT16_MAX) { 311 if (to_integer(host_and_port, port, 10) && port < UINT16_MAX) { 311 if (to_integer(host_and_port, port, 10) && port < UINT16_MAX) {