Searched defs:I64 (Results 1 – 9 of 9) sorted by relevance
29 I64, enumerator
92 static TypedValue I64(int64_t value) in I64() function
35 I64, enumerator
48 I64, enumerator
82 I64, enumerator
84 I64, enumerator
448 static const std::string I64; // NOLINT (readability-identifier-naming) member
54 const std::string ObjectSubType::I64 = "i64"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
2559 static constexpr auto I64 = static_cast<uint8_t>(panda_file::Type::TypeId::I64); in MakeShorty() local