Searched refs:nelems_ (Results 1 – 2 of 2) sorted by relevance
24 nelems_ = 0; in DiskBlockTable()44 nelems_ = 0; in CleanTable()64 nelems = nelems_; in NumElems()73 sd->pos = nelems_; in InsertOnStructure()76 if (pos_to_addr_.size() <= nelems_) { in InsertOnStructure()79 pos_to_addr_[nelems_] = address; in InsertOnStructure()82 nelems_++; in InsertOnStructure()95 int last_pos = nelems_ - 1; in RemoveBlock()98 sat_assert(nelems_ > 0); in RemoveBlock()106 nelems_--; in RemoveBlock()[all …]
103 uint64 nelems_; variable