Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h349 bool content_location_changed( const ContainerType& dst ) { in content_location_changed() function
469 bool content_location_changed( const container_type& dst ) { in content_location_changed() function
470 return locations.content_location_changed(dst); in content_location_changed()
496 …REQUIRE_MESSAGE(content_location_changed(dst), "Container did not changed element locations for un… in verify_content_deep_moved()
505 …REQUIRE_MESSAGE(content_location_changed(dst), "Vector actually did not changed element locations … in verify_part_of_content_deep_moved()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp644 …REQUIRE_MESSAGE(c_vector_before_shrink.content_location_changed(c_vector), "incorrect test setup? … in TestSerialMoveInShrinkToFit()