Searched defs:kInt64 (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h266 kInt64, enumerator in enum:Formattable::Type
285 * is kDouble, kLong, or kInt64
325 * U_INVALID_FORMAT_ERROR. If this object is of type kInt64 and
341 * kInt64 then the result is undefined.
517 * kInt64.
/external/v8/src/compiler/
H A Dcommon-operator.h129 enum Type { kInt32, kInt64 }; enumerator in enum:v8::internal::compiler::final::Type
134 : value_(value), rmode_(rmode), type_(kInt64) {}
/external/v8/src/
H A Dmachine-type.h50 kInt64, member in class:v8::internal::MachineRepresentation::MachineSemantic
79 semantic() == MachineSemantic::kInt64;
116 return MachineType(MachineRepresentation::kWord64, MachineSemantic::kInt64);
/external/webrtc/talk/app/webrtc/
H A Dstatstypes.h255 kInt64, // int64_t. enumerator in enum:webrtc::StatsReport::Value::Type
281 // One exception to this is that types kInt and kInt64 can be compared and

Completed in 227 milliseconds