HomeSort by relevance Sort by last modified time
    Searched defs:ToInt64 (Results 1 - 4 of 4) 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/v8/src/compiler/
instruction-selector-unittest.h 150 int64_t ToInt64(const InstructionOperand* operand) const {
151 return ToConstant(operand).ToInt64();
instruction.h 674 int64_t ToInt64() const {
  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 179 int64 UniquePosition::ToInt64() const {

Completed in 745 milliseconds