Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8BlobCustomHelpers.cpp100 TONATIVE_DEFAULT(long long, lastModifiedInt, toInt64(lastModified), false); in parseBlobPropertyBag()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8Binding.h509 int64_t toInt64(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
510 inline int64_t toInt64(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
512 return toInt64(value, NormalConversion, exceptionState);
516 int64_t toInt64(v8::Handle<v8::Value>);
DV8Binding.cpp418 int64_t toInt64(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, Exceptio… in toInt64() function
451 int64_t toInt64(v8::Handle<v8::Value> value) in toInt64() function
454 return toInt64(value, NormalConversion, exceptionState); in toInt64()
DDictionaryHelperForCore.cpp567 return toInt64(value, configuration, exceptionState); in toIntegral()
/external/deqp/executor/
DxeTestResultParser.cpp49 static inline deInt64 toInt64 (const char* str) in toInt64() function
282 const deInt64 num = toInt64(stripLeadingWhitespace(value.c_str())); in getNumericValue()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.cpp620 int64_t String::toInt64(bool* ok) const in toInt64() function in WTF::String
627 return m_impl->toInt64(ok); in toInt64()
DStringImpl.h347 int64_t toInt64(bool* ok = 0); // ignores trailing garbage
DWTFString.h359 int64_t toInt64(bool* ok = 0) const;
DStringImpl.cpp1051 int64_t StringImpl::toInt64(bool* ok) in toInt64() function in WTF::StringImpl
/external/eigen/unsupported/test/mpreal/
Dmpreal.h301 int64_t toInt64 (mp_rnd_t mode = GMP_RNDZ) const;
1607 inline int64_t mpreal::toInt64 (mp_rnd_t mode) const{ return mpfr_get_sj(mp, mode); }
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestObject.cpp493 …TONATIVE_VOID_EXCEPTIONSTATE(long long, cppValue, toInt64(v8Value, exceptionState), exceptionState… in longLongAttributeAttributeSetter()
5432 …TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(longLongArg, toInt64(info[0], exceptionState), exceptionStat… in voidMethodLongLongArgMethod()
7208 …TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(defaultLongLongArg, toInt64(info[1], exceptionState), except… in voidMethodDefaultIntegerArgsMethod()