Searched refs:toInt64 (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8BlobCustomHelpers.cpp | 100 TONATIVE_DEFAULT(long long, lastModifiedInt, toInt64(lastModified), false); in parseBlobPropertyBag()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | V8Binding.h | 509 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>);
|
D | V8Binding.cpp | 418 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()
|
D | DictionaryHelperForCore.cpp | 567 return toInt64(value, configuration, exceptionState); in toIntegral()
|
/external/deqp/executor/ |
D | xeTestResultParser.cpp | 49 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/ |
D | WTFString.cpp | 620 int64_t String::toInt64(bool* ok) const in toInt64() function in WTF::String 627 return m_impl->toInt64(ok); in toInt64()
|
D | StringImpl.h | 347 int64_t toInt64(bool* ok = 0); // ignores trailing garbage
|
D | WTFString.h | 359 int64_t toInt64(bool* ok = 0) const;
|
D | StringImpl.cpp | 1051 int64_t StringImpl::toInt64(bool* ok) in toInt64() function in WTF::StringImpl
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 301 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/ |
D | V8TestObject.cpp | 493 …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()
|