Searched refs:map_number (Results 1 – 1 of 1) sorted by relevance
1164 int Count(int map_number) { in Count() argument1165 return bitmaps_->at(map_number)->map_count(); in Count()1170 void Set(int map_number, int character) { in Set() argument1172 BoyerMoorePositionInfo* info = bitmaps_->at(map_number); in Set()1176 void SetInterval(int map_number, const Interval& interval) { in SetInterval() argument1178 BoyerMoorePositionInfo* info = bitmaps_->at(map_number); in SetInterval()1186 void SetAll(int map_number) { in SetAll() argument1187 bitmaps_->at(map_number)->SetAll(); in SetAll()