Searched defs:IndexItem (Results 1 – 2 of 2) sorted by relevance
228 IndexItem(IndexType type, size_t maxIndex) : type_(type), maxIndex_(maxIndex) in IndexItem() function
255 IndexItem(IndexType type, size_t max_index) : type_(type), max_index_(max_index) in IndexItem() function