Searched refs:map_number (Results 1 – 1 of 1) sorted by relevance
1131 int Count(int map_number) { in Count() argument1132 return bitmaps_->at(map_number)->map_count(); in Count()1137 void Set(int map_number, int character) { in Set() argument1139 BoyerMoorePositionInfo* info = bitmaps_->at(map_number); in Set()1143 void SetInterval(int map_number, const Interval& interval) { in SetInterval() argument1145 BoyerMoorePositionInfo* info = bitmaps_->at(map_number); in SetInterval()1153 void SetAll(int map_number) { in SetAll() argument1154 bitmaps_->at(map_number)->SetAll(); in SetAll()