Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_intrusive_list.cpp78 void check_list_nodes( List& il, int value_step ) { in check_list_nodes() argument
79 REQUIRE_MESSAGE(il.size() == unsigned(NumElements / value_step), "Wrong size of the list"); in check_list_nodes()
88 for ( i = value_step - 1; it != il.end(); ++it, i += value_step ) { in check_list_nodes()
93 …REQUIRE_MESSAGE(i == NumElements + value_step - 1, "Wrong number of list elements while iterating … in check_list_nodes()
96 for ( i = NumElements - 1, it--; it != il.end(); --it, i -= value_step ) { in check_list_nodes()