Home
last modified time | relevance | path

Searched defs:fixedLength (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DtupleType.h37 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/
DtypeCreation.cpp160 … ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly) in CreateTupleType()
168 … ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly, in CreateTupleType()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DtupleType.h37 uint32_t minLength, uint32_t fixedLength, bool readonly) in TupleType()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTupleType.cpp93 uint32_t fixedLength = desc->properties.size(); in GetType() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTupleType.cpp153 uint32_t fixedLength = desc->properties.size(); in GetType() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h117 uint32_t fixedLength; member