HomeSort by relevance Sort by last modified time
    Searched refs:ToInt64 (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ui/aura/
window_property.h 56 static int64 ToInt64(T x) { return static_cast<int64>(x); }
62 static int64 ToInt64(T* x) { return reinterpret_cast<int64>(x); }
68 static int64 ToInt64(bool x) { return static_cast<int64>(x); }
87 WindowPropertyCaster<T>::ToInt64(value),
88 WindowPropertyCaster<T>::ToInt64(property->default_value));
90 old != WindowPropertyCaster<T>::ToInt64(property->default_value)) {
98 property, WindowPropertyCaster<T>::ToInt64(property->default_value)));
  /external/chromium_org/sync/internal_api/public/base/
unique_position.h 99 int64 ToInt64() const;
unique_position.cc 179 int64 UniquePosition::ToInt64() const {
unique_position_unittest.cc 557 const int64 value = pos.ToInt64();
  /external/chromium_org/v8/src/compiler/
instruction-selector-unittest.h 150 int64_t ToInt64(const InstructionOperand* operand) const {
151 return ToConstant(operand).ToInt64();
instruction.cc 302 return os << constant.ToInt64() << "l";
instruction.h 674 int64_t ToInt64() const {
  /external/chromium_org/sync/engine/
commit_util.cc 190 meta_entry.GetUniquePosition().ToInt64());
  /external/chromium_org/v8/src/compiler/arm64/
instruction-selector-arm64-unittest.cc 315 EXPECT_EQ(imm, s.ToInt64(s[0]->InputAt(1)));
337 EXPECT_EQ(imm, s.ToInt64(s[0]->InputAt(1)));
    [all...]
code-generator-arm64.cc 91 return Operand(constant.ToInt64());
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 174 return memory_.ToInt64() + Marshal.SizeOf(typeof(StatsFileHeader));
  /external/chromium_org/v8/src/compiler/x64/
code-generator-x64.cc 76 immediate.value = constant.ToInt64();

Completed in 461 milliseconds