Searched refs:kNumRecordsPerGroup (Results 1 – 2 of 2) sorted by relevance
175 : kNumRecordsPerGroup(num_records_per_group), in IndexRecordList()188 return (groups_.size() - 1) * kNumRecordsPerGroup + in GetNumRecords()192 return &(groups_[index / kNumRecordsPerGroup] in At()193 [index % kNumRecordsPerGroup]); in At()198 IndexRecord* result = new IndexRecord[kNumRecordsPerGroup]; in AllocateNewGroup()206 const size_t kNumRecordsPerGroup; variable
58 if (num_records_in_current_group_ == kNumRecordsPerGroup) { in AddRecord()