Searched refs:copy_count (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_flowgraph.h | 337 std::size_t copy_count;/*increases on every new copied 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() 349 copy_count(other.copy_count + 1), is_copy(true) { in copy_counting_object() 443 …CHECK_MESSAGE((base_body.copy_count + 1 < b2.copy_count), "copy_body and constructor should copy b… in test_copy_body_function() 568 CHECK_MESSAGE((fun2.copy_count + 1 < b2.copy_count), "constructor should copy bodies"); in test_copy_ctor()
|
| H A D | conformance_input_node.cpp | 106 CHECK_MESSAGE((fun2.copy_count + 1 < b2.copy_count), "constructor should copy bodies");
|
| H A D | conformance_continue_node.cpp | 197 CHECK_MESSAGE((fun2.copy_count + 1 < b2.copy_count), "constructor should copy bodies");
|