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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.h521 uint64_t toUInt64(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
522 inline uint64_t toUInt64(v8::Handle<v8::Value> value, ExceptionState& exceptionState) function in namespace:blink
524 return toUInt64(value, NormalConversion, exceptionState);
528 uint64_t toUInt64(v8::Handle<v8::Value>);
H A DV8Binding.cpp457 uint64_t toUInt64(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState) function in namespace:blink
507 uint64_t toUInt64(v8::Handle<v8::Value> value) function in namespace:blink
510 return toUInt64(value, NormalConversion, exceptionState);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp630 uint64_t String::toUInt64(bool* ok) const function in class:WTF::String
637 return m_impl->toUInt64(ok);
H A DStringImpl.cpp1058 uint64_t StringImpl::toUInt64(bool* ok) function in class:WTF::StringImpl
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h302 uint64_t toUInt64 (mp_rnd_t mode = GMP_RNDZ) const;
1608 inline uint64_t mpreal::toUInt64(mp_rnd_t mode) const{ return mpfr_get_uj(mp, mode); } function in class:mpfr::mpreal

Completed in 806 milliseconds