reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/ADT/BitVectorTest.cpp
   74     ++Count;
   78   EXPECT_EQ(Count, Vec.count());
   79   EXPECT_EQ(Count, 23u);
  102   Count = 0;
  104     ++Count;
  108   EXPECT_EQ(Count, Vec.count());
  109   EXPECT_EQ(Count, 42u);
  117   EXPECT_EQ(Count + 1, Vec.count());
  120   EXPECT_EQ(Count, Vec.count());
  124   EXPECT_EQ(Count - 1, Vec.count());
  127   EXPECT_EQ(Count, Vec.count());
  130   EXPECT_EQ(Vec.size() - Count, Vec.count());