Searched refs:groups_ (Results 1 – 1 of 1) sorted by relevance
180 for (size_t i = 0; i < groups_.size(); i++) { in ~IndexRecordList()181 delete[] groups_[i]; in ~IndexRecordList()188 return (groups_.size() - 1) * kNumRecordsPerGroup + in GetNumRecords()192 return &(groups_[index / kNumRecordsPerGroup] in At()199 groups_.push_back(result); in AllocateNewGroup()209 std::vector<IndexRecord*> groups_; variable