Home
last modified time | relevance | path

Searched defs:MoveFixture (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dcontainer_move_support.h420 struct MoveFixture { struct
435 MoveFixture( std::size_t cont_size = default_container_size ) argument
453 MoveFixture( const MoveFixture& ) = delete; argument
455 ~MoveFixture() { in ~MoveFixture() argument
459 void init() { in init()
465 bool content_location_unchanged( const container_type& dst ) { in content_location_unchanged()
469 bool content_location_changed( const container_type& dst ) { in content_location_changed()
474 void verify_size( const ContainerType& dst ) { in verify_size()
478 void verify_content_equal_to_source( const container_type& dst ) { in verify_content_equal_to_source()
487 void verify_content_shallow_moved( const container_type& dst ) { in verify_content_shallow_moved()
[all …]