Searched refs:CellsCount (Results 1 – 3 of 3) sorted by relevance
59 TEST_F(BitmapTest, CellsCount) { in TEST_F() argument60 int last_cell_index = bitmap()->CellsCount() - 1; in TEST_F()
24 for (int i = 0; i < bitmap->CellsCount(); i++) bitmap->cells()[i] = 0; in Clear()
162 int CellsCount() { return CellsForLength(kLength); } in CellsCount() function252 for (int i = 0; i < CellsCount(); i++) { in Print()260 for (int i = 0; i < CellsCount(); i++) { in IsClean()