Searched defs:MoveFixture (Results 1 – 1 of 1) sorted by relevance
420 struct MoveFixture { struct435 MoveFixture( std::size_t cont_size = default_container_size ) argument453 MoveFixture( const MoveFixture& ) = delete; argument455 ~MoveFixture() { in ~MoveFixture() argument459 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 …]