Searched refs:objects_count (Results 1 – 2 of 2) sorted by relevance
190 std::size_t objects_count = 10; variable191 for (std::size_t i = 0; i < objects_count; ++i) {192 starter.try_put(objects_count - i - 1);197 CHECK(expected_item == objects_count);205 for (std::size_t i = 0; i < objects_count; ++i) {206 starter.try_put(objects_count - i - 1);211 CHECK(expected_item == objects_count);
293 std::size_t objects_count = 100; in test_invoke_basic() local294 for (std::size_t i = 0; i < objects_count; ++i) { in test_invoke_basic()296 f2.try_put(objects_count - i - 1); in test_invoke_basic()308 CHECK(buf_size == objects_count); in test_invoke_basic()