Searched refs:ii1 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/multi_index/test/ |
D | test_update.cpp | 128 nth_index<int_int_set,1>::type& ii1=get<1>(iis); in test_update() local 136 BOOST_TEST(!ii1.replace(project<1>(iis,iis.begin()),pair_of_ints(5,11))); in test_update() 139 BOOST_TEST(!ii1.replace( in test_update() 146 BOOST_TEST(ii1.modify(project<1>(iis,iis.begin()),increment_first)); in test_update() 180 nth_index_iterator<int_int_set,1>::type it_=ii1.find(5); in test_update() 181 BOOST_TEST(ii1.modify_key(it_,increment_int)); in test_update() 182 BOOST_TEST(ii1.modify_key(it_,increment_int)); in test_update() 183 BOOST_TEST(ii1.modify_key(it_,increment_int,decrement_int)); in test_update() 184 BOOST_TEST(ii1.modify_key(it_,increment_int)); in test_update() 186 BOOST_TEST(!ii1.modify_key(it_,increment_int,decrement_int)); in test_update() [all …]
|