Searched refs:content_location_changed (Results 1 – 2 of 2) sorted by relevance
349 bool content_location_changed( const ContainerType& dst ) { in content_location_changed() function469 bool content_location_changed( const container_type& dst ) { in content_location_changed() function470 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()
644 …REQUIRE_MESSAGE(c_vector_before_shrink.content_location_changed(c_vector), "incorrect test setup? … in TestSerialMoveInShrinkToFit()