Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.cpp580 uint64_t String::toUInt64Strict(bool* ok, int base) const in toUInt64Strict() function in WTF::String
587 return m_impl->toUInt64Strict(ok, base); in toUInt64Strict()
DStringImpl.h342 uint64_t toUInt64Strict(bool* ok = 0, int base = 10);
DWTFString.h354 uint64_t toUInt64Strict(bool* ok = 0, int base = 10) const;
DStringImpl.cpp1023 uint64_t StringImpl::toUInt64Strict(bool* ok, int base) in toUInt64Strict() function in WTF::StringImpl