Home
last modified time | relevance | path

Searched defs:LengthBits (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string_declare.h95 using LengthBits = IsInternBit::NextField<uint32_t, STRING_LENGTH_BITS_NUM>; // 30 variable
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h102 using LengthBits = panda::BitField<int, 0, LENGTH_BITS_SIZE>; variable