Home
last modified time | relevance | path

Searched refs:decrement_second (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/multi_index/test/
Dtest_update.cpp159 BOOST_TEST(iis.modify(iis.begin(),increment_second,decrement_second)); in test_update()
162 boost::prior(ii2.end()),increment_second,decrement_second)); in test_update()
229 BOOST_TEST(iis.modify(p1,increment_second,decrement_second)); in test_update()
234 boost::prior(ii1.end()),increment_second,decrement_second)); in test_update()
Dpair_of_ints.hpp51 inline int decrement_second(pair_of_ints& p) in decrement_second() function