Lines Matching defs:MoveFixture
420 struct MoveFixture { struct
435 MoveFixture( std::size_t cont_size = default_container_size ) argument
444 MoveFixture( const Allocator& a, 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()
482 …ify_content_equal_to_source( const container_type& dst, std::size_t number_of_constructed_items ) { in verify_content_equal_to_source()
487 void verify_content_shallow_moved( const container_type& dst ) { in verify_content_shallow_moved()
515 }; // struct MoveFixture argument