Home
last modified time | relevance | path

Searched refs:toInt64 (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DV8Binding.h142 inline long long toInt64(v8::Local<v8::Value> value) in toInt64() function
/external/webkit/Source/JavaScriptCore/wtf/text/
DWTFString.cpp534 int64_t String::toInt64(bool* ok) const in toInt64() function in WTF::String
541 return m_impl->toInt64(ok); in toInt64()
DStringImpl.h277 int64_t toInt64(bool* ok = 0); // ignores trailing garbage
DWTFString.h269 int64_t toInt64(bool* ok = 0) const;
DStringImpl.cpp446 int64_t StringImpl::toInt64(bool* ok) in toInt64() function in WTF::StringImpl
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
DV8TestObj.cpp142 long long v = toInt64(value); in longLongAttrAttrSetter()
158 unsigned long long v = toInt64(value); in unsignedLongLongAttrAttrSetter()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h292 int64_t toInt64() const;
1404 inline int64_t mpreal::toInt64() const{ return mpfr_get_sj(mp,GMP_RNDZ); }
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1417142 (WebCore::DeprecatedString::toInt64):
17638 (WebCore::DeprecatedString::toInt64):
17644 (WebCore::String::toInt64):
17648 (WebCore::StringImpl::toInt64):
DChangeLog-2008-08-1049028 (WebCore::StringImpl::toInt64):
55290 (WebCore::StringImpl::toInt64):
61850 (WebCore::StringImpl::toInt64): Ditto.
DChangeLog-2010-01-29879 (WebCore::toInt64): Returns long long
6503 (WebCore::toInt64):