Searched refs:_strtoui64 (Results 1 – 5 of 5) sorted by relevance
170 uint64 num = _strtoui64(buf, NULL, BaseForType(base)); in IPv4ComponentToNumber()485 return static_cast<uint16>(_strtoui64(buf, NULL, 16)); in IPv6HexComponentToNumber()
451 inline unsigned long long _strtoui64(const char* nptr, in _strtoui64() function
45 #define strtoull _strtoui64
1204 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10); in ParseNaturalNumber()
1375 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10); in ParseNaturalNumber()