Searched defs:toUInt64 (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DWTFString.cpp544 uint64_t String::toUInt64(bool* ok) const function in class:WTF::String
551 return m_impl->toUInt64(ok);
H A DStringImpl.cpp451 uint64_t StringImpl::toUInt64(bool* ok) function in class:WTF::StringImpl

Completed in 5722 milliseconds