Lines Matching refs:rp
189 typename V::reverse_iterator rp = v.rbegin(); in TestSequentialFor() local
190 for( std::size_t i=v.size(); i>0; --i, ++rp ) { in TestSequentialFor()
191 typename V::reference pref = *rp; in TestSequentialFor()
193 REQUIRE( (rp!=v.rend()) ); in TestSequentialFor()
195 REQUIRE( rp==v.rend() ); in TestSequentialFor()
834 …e_t sum(std::size_t accumulator, grain_map::range_part const& rp){ return accumulator + rp.number_… in sum()
848 static bool is_not(range_part const& rp){ return !rp.distribute;} in is_not()
849 static bool is_yes(range_part const& rp){ return rp.distribute;} in is_yes()
1010 const grain_map::range_part& rp =concurrent_grow_single_range_map[i]; in TestConcurrentGrowBy() local
1011 switch (rp.expected_element_state){ in TestConcurrentGrowBy()
1012 …case move_support_tests::Foo::DefaultInitialized: { expected_def_inits += rp.number_of_parts ; } b… in TestConcurrentGrowBy()
1013 …case move_support_tests::Foo::DirectInitialized: { expected_direct_inits += rp.number_of_parts ;}… in TestConcurrentGrowBy()
1014 …case move_support_tests::Foo::MoveInitialized: { expected_move_inits += rp.number_of_parts ;} b… in TestConcurrentGrowBy()
1015 …case move_support_tests::Foo::CopyInitialized: { expected_copy_inits += rp.number_of_parts ;} b… in TestConcurrentGrowBy()