Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dexpected_test.cpp26 enum class ErrorCode { FIRST, SECOND }; enumerator
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h125 enum ArgsPosition : uint32_t { FIRST = 0, SECOND, THIRD, FOURTH, FIFTH }; enumerator