Lines Matching refs:count
243 int count = 0; in CheckTable() local
246 ++count; in CheckTable()
249 CHECK(count==n); in CheckTable()
292 w.count( (it++)->first ); in TestRehash()
598 if (c.count( (*it).first) == 0){ in equal()
705 CHECK_FAST(b==(table.count(MyKey::make(i))>0)); in apply()
741 size_t count = 0; in TraverseTable() local
754 ++count; in TraverseTable()
770 if (count != expected_size) { in TraverseTable()
771 INFO("Line " << __LINE__ << ": count=" << count << " but should be " << expected_size); in TraverseTable()
791 CHECK_FAST(table.count(MyKey::make(i)) == 0); in apply()
950 CHECK(InsertEraseCount[i]==ie_table.count(MyKey::make(i))); in TestInsertFindErase()
1342 typename chmap_type::size_type regular_count = chmap.count(key); in test_heterogeneous_count()
1343 typename chmap_type::size_type heterogeneous_count = chmap.count(int(1)); in test_heterogeneous_count()
1351 regular_count = chmap.count(key); in test_heterogeneous_count()
1352 heterogeneous_count = chmap.count(int(1)); in test_heterogeneous_count()