Searched refs:toUInt64Strict (Results 1 – 4 of 4) sorted by relevance
580 uint64_t String::toUInt64Strict(bool* ok, int base) const in toUInt64Strict() function in WTF::String587 return m_impl->toUInt64Strict(ok, base); in toUInt64Strict()
342 uint64_t toUInt64Strict(bool* ok = 0, int base = 10);
354 uint64_t toUInt64Strict(bool* ok = 0, int base = 10) const;
1023 uint64_t StringImpl::toUInt64Strict(bool* ok, int base) in toUInt64Strict() function in WTF::StringImpl