Searched refs:count2 (Results 1 – 2 of 2) sorted by relevance
276 std::atomic<size_t> count2; in test_lightweight_policy() local280 node2(g, lightweight_policy_body(count2)); in test_lightweight_policy()
266 auto count2 = table_for_extract.count(key2); in test_extract() local271 …REQUIRE_MESSAGE(table_for_extract.count(key2) == count2 -1, "Extract: more than one elements were … in test_extract()