Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_flowgraph.h338 mutable std::size_t copies_count;/*count number of objects copied from this object*/ member
343 copy_count(0), copies_count(0), assign_count(0), is_copy(false) {} in copy_counting_object()
346 copy_count(0), copies_count(0), assign_count(0), is_copy(false) {} in copy_counting_object()
350 ++other.copies_count; in copy_counting_object()
729 …DOCTEST_WARN_MESSAGE((b1.copies_count > 0), "The type Input must meet the DefaultConstructible and… in test_output_input_class()