Searched refs:expected_copy_inits (Results 1 – 1 of 1) sorted by relevance
1008 …std::size_t expected_direct_inits = 0, expected_def_inits = 0, expected_copy_inits = 0, expected_m… in TestConcurrentGrowBy() local1015 …case move_support_tests::Foo::CopyInitialized: { expected_copy_inits += rp.number_of_parts ;} b… in TestConcurrentGrowBy()1022 expected_copy_inits *= part_weight * number_of_grains; in TestConcurrentGrowBy()1026 REQUIRE( copy_inits == expected_copy_inits ); in TestConcurrentGrowBy()