Searched refs:toIntPtrStrict (Results 1 – 4 of 4) sorted by relevance
590 intptr_t String::toIntPtrStrict(bool* ok, int base) const in toIntPtrStrict() function in WTF::String597 return m_impl->toIntPtrStrict(ok, base); in toIntPtrStrict()
329 intptr_t toIntPtrStrict(bool* ok = 0, int base = 10);
367 intptr_t toIntPtrStrict(bool* ok = 0, int base = 10) const;
1030 intptr_t StringImpl::toIntPtrStrict(bool* ok, int base) in toIntPtrStrict() function in WTF::StringImpl