Home
last modified time | relevance | path

Searched defs:TWO (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.h28 enum ElementSize : uint8_t { ONE = 1, TWO = 2, FOUR = 4, EIGHT = 8 }; enumerator
Dutf_helper.h66 enum UtfLength : uint8_t { ONE = 1, TWO = 2, THREE = 3, FOUR = 4 }; enumerator
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.h35 enum FunctionLength : uint8_t { ZERO = 0, ONE, TWO, THREE, FOUR }; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/
Dmain.ts25 const TWO = 2; constant
87 const intArr = [ONE, TWO, THREE]; constant
/arkcompiler/runtime_core/static_core/verification/util/tests/
Denum_tag_test.cpp24 enum class Numbers { ONE, TWO, THREE, FOUR, FIVE }; enumerator
Dsaturated_enum_test.cpp25 enum class Numbers { ONE, TWO, THREE, FOUR, FIVE }; enumerator
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.h23 enum FuncLength : uint8_t { ZERO = 0, ONE, TWO, THREE, FOUR }; enumerator
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.h79 enum UtfLength : uint8_t { ONE = 1, TWO = 2, THREE = 3, FOUR = 4 }; enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.cpp492 constexpr auto TWO = 2; in GenerateSelects() local