Home
last modified time | relevance | path

Searched refs:max_index_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.h253 IndexItem(IndexType type, size_t max_index) : type_(type), max_index_(max_index) in IndexItem()
347 size_t max_index_; member in panda::panda_file::ItemContainer::IndexItem
H A Dfile_item_container.cpp994 ASSERT(size <= max_index_); in Add()
996 if (size == max_index_) { in Add()

Completed in 3 milliseconds