Searched refs:VerifyCounts (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/bitmap/
H A Drle-bitmap-tests.cpp15 static bool VerifyCounts(const RleBitmap& bitmap, size_t rng_expected, size_t bit_expected, function in namespace:bitmap::tests
60 EXPECT_TRUE(VerifyCounts(bitmap, 1U, 1U, cb));
64 EXPECT_TRUE(VerifyCounts(bitmap, 0U, 0U, cb));
89 EXPECT_TRUE(VerifyCounts(bitmap, 1U, 1U, cb));
145 EXPECT_TRUE(VerifyCounts(bitmap, 1U, 2U, cb));
205 EXPECT_TRUE(VerifyCounts(bitmap, 1U, 100U - 2U, cb));
245 EXPECT_TRUE(VerifyCounts(bitmap, 2U, 68U, cb));
267 EXPECT_TRUE(VerifyCounts(bitmap, kMaxVal / 2, kMaxVal / 2, cb));
280 EXPECT_TRUE(VerifyCounts(bitmap, kMaxVal / 4, 3 * kMaxVal / 4, cb2));
310 EXPECT_TRUE(VerifyCounts(bitma
[all...]

Completed in 25 milliseconds