Home
last modified time | relevance | path

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

/third_party/boost/libs/function/test/
Dfunction_n_test.cpp641 static unsigned construction_count = 0; variable
645 MySmallFunctor() { ++construction_count; } in MySmallFunctor()
646 MySmallFunctor(const MySmallFunctor &) { ++construction_count; } in MySmallFunctor()
652 MyLargeFunctor() { ++construction_count; } in MyLargeFunctor()
653 MyLargeFunctor(const MyLargeFunctor &) { ++construction_count; } in MyLargeFunctor()
672 BOOST_CHECK(construction_count == destruction_count); in test_construct_destroy_count()
674 construction_count = 0; in test_construct_destroy_count()
686 BOOST_CHECK(construction_count == destruction_count); in test_construct_destroy_count()