Home
last modified time | relevance | path

Searched refs:INDEX_COUNT_16 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h342 ASSERT(indexes_.size() == INDEX_COUNT_16); in IndexHeaderItem()
Dfile_item_container.cpp922 for (size_t i = 0; i < INDEX_COUNT_16; i++) { in AddHeader()
Dfile_items.h157 static constexpr size_t INDEX_COUNT_16 = static_cast<size_t>(IndexType::LAST_16) + 1; variable