Home
last modified time | relevance | path

Searched refs:item_count (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_flow_graph.cpp355 size_t item_count = 0; variable
358 ++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");
/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp222 size_type item_count; member in bin_printer
229 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 ()()