Searched refs:map_number (Results 1 – 1 of 1) sorted by relevance
1138 int Count(int map_number) { in Count() argument1139 return bitmaps_->at(map_number)->map_count(); in Count()1144 void Set(int map_number, int character) { in Set() argument1146 BoyerMoorePositionInfo* info = bitmaps_->at(map_number); in Set()1150 void SetInterval(int map_number, const Interval& interval) { in SetInterval() argument1152 BoyerMoorePositionInfo* info = bitmaps_->at(map_number); in SetInterval()1160 void SetAll(int map_number) { in SetAll() argument1161 bitmaps_->at(map_number)->SetAll(); in SetAll()