Searched defs:fixedLength (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | tupleType.h | 37 uint32_t minLength, uint32_t fixedLength, bool readonly) in TupleType() 53 … uint32_t minLength, uint32_t fixedLength, bool readonly, NamedTupleMemberPool &&namedMembers) in TupleType()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeCreation.cpp | 155 … ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly) in CreateTupleType() 162 … ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly, in CreateTupleType()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTupleType.cpp | 97 uint32_t fixedLength = desc->properties.size(); in GetType() local
|