Searched defs:READONLY (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | file.h | 55 enum class Mode : uint32_t { READONLY, WRITEONLY, READWRITE, READWRITECREATE }; enumerator
|
| /arkcompiler/runtime_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 102 enum class TSOperatorType { READONLY, KEYOF, UNIQUE }; enumerator
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNodeFlags.h | 46 READONLY = 1U << 6U, enumerator 103 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/ets2panda/checker/types/ets/ |
| D | etsObjectTypeConstants.h | 45 READONLY = 1U << 18U, enumerator
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variableFlags.h | 121 READONLY = 1 << 6, enumerator
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variableFlags.h | 130 READONLY = 1U << 6U, enumerator
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | typeFlag.h | 61 READONLY = 1ULL << 33ULL, // type assigned to a readonly property enumerator
|