Searched refs:item_count (Results 1 – 2 of 2) sorted by relevance
355 size_t item_count = 0; variable358 ++item_count;359 CHECK_MESSAGE((item_count == 1), "Should find 1 item");361 item_count = 0;364 ++item_count;365 CHECK_MESSAGE((item_count == 1), "Should find 1 item");
222 size_type item_count; member in bin_printer229 item_count(0), in bin_printer()242 ++item_count; in operator ()()250 << packed_sum << "/" << item_sum << " items:" << item_count << "/" in operator ()()253 if (item_count == elements_num) { // should be the last; print stats in operator ()()