Searched defs:READONLY (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/runtime_core/libpandabase/os/ |
D | file.h | 55 enum class Mode : uint32_t { READONLY, WRITEONLY, READWRITE, READWRITECREATE }; enumerator
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
D | file.h | 55 enum class Mode : uint32_t { READONLY, WRITEONLY, READWRITE, READWRITECREATE }; enumerator
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astNode.h | 71 READONLY = 1 << 6, enumerator 101 enum class TSOperatorType { READONLY, KEYOF, UNIQUE }; enumerator
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
D | astNodeFlags.h | 35 READONLY = 1U << 6U, enumerator 88 enum class TSOperatorType { READONLY, KEYOF, UNIQUE }; enumerator
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_typeapi.h | 73 READONLY = 1U << 2U, // Field enumerator
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | typeFlag.h | 59 READONLY = 1ULL << 33, enumerator
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | variableFlags.h | 120 READONLY = 1 << 6, enumerator
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
D | variableFlags.h | 124 READONLY = 1U << 6U, enumerator
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ |
D | typeFlag.h | 58 READONLY = 1ULL << 33ULL, // type assigned to a readonly property enumerator
|