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/v8/
V8Binding.cpp 411 int64_t toInt64(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState)
439 int64_t toInt64(v8::Handle<v8::Value> value)
442 return toInt64(value, NormalConversion, exceptionState);
    [all...]
V8Binding.h 498 int64_t toInt64(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
499 inline int64_t toInt64(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
501 return toInt64(value, NormalConversion, exceptionState);
505 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 825 milliseconds