toInt64Strict     513 Source/platform/network/HTTPParsers.cpp         long long value = suffixLengthString.toInt64Strict(&ok);
toInt64Strict     525 Source/platform/network/HTTPParsers.cpp     long long firstBytePos = firstBytePosStr.toInt64Strict(&ok);
toInt64Strict     532 Source/platform/network/HTTPParsers.cpp         lastBytePos = lastBytePosStr.toInt64Strict(&ok);
toInt64Strict     327 Source/wtf/text/StringImpl.h     int64_t toInt64Strict(bool* ok = 0, int base = 10);
toInt64Strict     577 Source/wtf/text/WTFString.cpp     return m_impl->toInt64Strict(ok, base);
toInt64Strict     364 Source/wtf/text/WTFString.h     int64_t toInt64Strict(bool* ok = 0, int base = 10) const;