Home | History | Annotate | Download | only in cctest

Lines Matching refs:CHECK_EQ

52     CHECK_EQ(reinterpret_cast<void*>(x), p->key);
65 CHECK_EQ(reinterpret_cast<void*>(x), p->key);
79 CHECK_EQ(map_.occupancy(), static_cast<double>(count));
95 CHECK_EQ(0, set.occupancy());
100 CHECK_EQ(3, set.occupancy());
104 CHECK_EQ(3, set.occupancy());
110 CHECK_EQ(3, set.occupancy());
116 CHECK_EQ(2, set.occupancy());
122 CHECK_EQ(1, set.occupancy());
125 CHECK_EQ(0, set.occupancy());
135 CHECK_EQ(i, static_cast<double>(set.occupancy()));
139 CHECK_EQ(n, static_cast<double>(set.occupancy()));
147 CHECK_EQ(n, static_cast<double>(set.occupancy()));
152 CHECK_EQ(n - i, static_cast<double>(set.occupancy()));
169 CHECK_EQ(0, set.occupancy());