Lines Matching refs:count
502 REQUIRE_MESSAGE(ccont.count(1) == 2, "Concurrent container count(1) is incorrect");
508 unsigned int count = 0;
511 count++;
515 REQUIRE_MESSAGE(count == 2, "Range doesn't have the right number of elements");
526 REQUIRE_MESSAGE(ccont.count(1) == 1, "Concurrent container count(1) is incorrect");
596 REQUIRE_MESSAGE(newcont.count(1) == 2, "Concurrent container count(1) is incorrect");
597 REQUIRE_MESSAGE(newcont.count(2) == 1, "Concurrent container count(2) is incorrect");
603 unsigned int count = 0;
605 count++;
608 REQUIRE_MESSAGE(count == 2, "Range doesn't have the right number of elements");
611 count = 0;
613 count++;
616 REQUIRE_MESSAGE(count == 1, "Range doesn't have the right number of elements");
619 REQUIRE_MESSAGE(newcont.count(1) == 1, "Concurrent container count(1) is incorrect");
620 REQUIRE_MESSAGE(newcont.count(2) == 1, "Concurrent container count(2) is incorrect");
654 REQUIRE_MESSAGE(newcont.count(200) == 1, "Element with key 200 is not present after swap");
655 REQUIRE_MESSAGE(newcont.count(16) == 1, "Element with key 16 is not present after swap");
656 REQUIRE_MESSAGE(newcont.count(99) == 1, "Element with key 99 is not present after swap");
771 int c = (int)table.count(i);
1057 REQUIRE(my_c.count(Value<Table>::key(value)) == 1);
1342 REQUIRE_MESSAGE(c.count(k) == c.count(key), "Incorrect heterogeneous count return value");
1380 auto count_before_erase = c.count(i);
1383 REQUIRE_MESSAGE(c.count(i) == 0, "Some elements was not erased");
1411 REQUIRE_MESSAGE(c.count(k) == c.count(key), "Incorrect heterogeneous count return value");
1448 auto count_before_erase = c.count(key);
1451 REQUIRE_MESSAGE(c.count(key)==0, "Some elements was not erased");