Home
last modified time | relevance | path

Searched defs:IndexItem (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.h228 IndexItem(IndexType type, size_t maxIndex) : type_(type), maxIndex_(maxIndex) in IndexItem() function
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h255 IndexItem(IndexType type, size_t max_index) : type_(type), max_index_(max_index) in IndexItem() function