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()
42 for (int i = 0; i < bitmap->CellsCount(); i++) bitmap->cells()[i] = 0; in Clear()48 for (int i = 0; i < bitmap->CellsCount(); i++) in SetAllBits()
168 int CellsCount() { return CellsForLength(kLength); } in CellsCount() function260 for (int i = 0; i < CellsCount(); i++) { in Print()268 for (int i = 0; i < CellsCount(); i++) { in IsClean()