Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_multifunction_node.cpp179 std::size_t buf_size = 0; variable
182 ++buf_size;
186 CHECK(buf_size == 2);
H A Dconformance_join_node.cpp301 std::size_t buf_size = 0; in test_invoke_basic() local
305 ++buf_size; in test_invoke_basic()
308 CHECK(buf_size == objects_count); in test_invoke_basic()