Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/compiler/sendable/
Dsendable-field-type-4.ts21 const enum Enum2 {
27 class A {
Dsendable-field-type-3.ts22 const enum Enum2 {
28 class A {
Dsendable-field-type-2.ts22 class A {
Dsendable-field-type.ts22
23 class A {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/generics/
Dgenerics.ts18 const TWO = 2; constant
57 const intArr = [ONE, TWO, THREE]; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/unions/
Dunions.ts16 const TWO = 2; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/getters_setters/
Dgetters_setters.ts16 const TWO = 2; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/classes/
Dclasses.ts16 const TWO = 2; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/functions/
Dfunctions.ts19 const TWO = 2; constant
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.h37 enum FunctionLength : uint8_t { ZERO = 0, ONE, TWO, THREE, FOUR }; enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_dataview_stub_builder.h23 enum OffsetIndex : uint8_t { ZERO = 0, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN}; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/methods/
Dmethods.ts18 const TWO = 2; constant
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_logger.h55 static constexpr const int TWO = 2; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/enums/
Denums.ts18 const TWO = 2; constant
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.h30 enum ElementSize : uint8_t { ONE = 1, TWO = 2, FOUR = 4, EIGHT = 8 }; enumerator
Dutf_helper.h90 enum UtfLength : uint8_t { ONE = 1, TWO = 2, THREE = 3, FOUR = 4 }; enumerator
/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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/fields/
Dfields.ts22 const TWO = 2; constant
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.h25 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/tests/
Dasm_printer_test.cpp39 enum ParamCount { ONE = 1, TWO = 2 }; enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.cpp919 constexpr auto TWO = 2; in GenerateSelects() local