HomeSort by relevance Sort by last modified time
    Searched defs:toInt64 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.cpp 418 int64_t toInt64(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState)
451 int64_t toInt64(v8::Handle<v8::Value> value)
454 return toInt64(value, NormalConversion, exceptionState);
    [all...]
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>);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 620 int64_t String::toInt64(bool* ok) const
627 return m_impl->toInt64(ok);
    [all...]
StringImpl.cpp     [all...]
  /external/deqp/executor/
xeTestResultParser.cpp 49 static inline deInt64 toInt64 (const char* str)
282 const deInt64 num = toInt64(stripLeadingWhitespace(value.c_str()));
  /external/eigen/unsupported/test/mpreal/
mpreal.h 301 int64_t toInt64 (mp_rnd_t mode = GMP_RNDZ) const;
    [all...]

Completed in 691 milliseconds