Lines Matching defs:mp2

91         boost::scoped_ptr<default_multi_pass_t> mp2(new default_multi_pass_t(b));  in test_default_multi_pass()  local
117 boost::scoped_ptr<default_multi_pass_t> mp2(new default_multi_pass_t(*mp1)); in test_default_multi_pass() local
144 boost::scoped_ptr<default_multi_pass_t> mp2(new default_multi_pass_t(b)); in test_default_multi_pass() local
171 boost::scoped_ptr<default_multi_pass_t> mp2(new default_multi_pass_t(*mp1)); in test_default_multi_pass() local
224 boost::scoped_ptr<default_multi_pass_t> mp2(new default_multi_pass_t(a)); in test_default_multi_pass() local
235 boost::scoped_ptr<default_multi_pass_t> mp2(new default_multi_pass_t(b)); in test_default_multi_pass() local
292 boost::scoped_ptr<fixed_multi_pass_t> mp2(new fixed_multi_pass_t(b)); in test_fixed_multi_pass() local
317 boost::scoped_ptr<fixed_multi_pass_t> mp2(new fixed_multi_pass_t(*mp1)); in test_fixed_multi_pass() local
344 boost::scoped_ptr<fixed_multi_pass_t> mp2(new fixed_multi_pass_t(b)); in test_fixed_multi_pass() local
370 boost::scoped_ptr<fixed_multi_pass_t> mp2(new fixed_multi_pass_t(*mp1)); in test_fixed_multi_pass() local
423 boost::scoped_ptr<fixed_multi_pass_t> mp2(new fixed_multi_pass_t(a)); in test_fixed_multi_pass() local
457 boost::scoped_ptr<first_owner_multi_pass_t> mp2(new first_owner_multi_pass_t(b)); in test_first_owner_multi_pass() local
482 boost::scoped_ptr<first_owner_multi_pass_t> mp2(new first_owner_multi_pass_t(*mp1)); in test_first_owner_multi_pass() local
509 boost::scoped_ptr<first_owner_multi_pass_t> mp2(new first_owner_multi_pass_t(b)); in test_first_owner_multi_pass() local
535 boost::scoped_ptr<first_owner_multi_pass_t> mp2(new first_owner_multi_pass_t(*mp1)); in test_first_owner_multi_pass() local
588 boost::scoped_ptr<first_owner_multi_pass_t> mp2(new first_owner_multi_pass_t(a)); in test_first_owner_multi_pass() local
599 boost::scoped_ptr<first_owner_multi_pass_t> mp2(new first_owner_multi_pass_t(b)); in test_first_owner_multi_pass() local
648 functor_multi_pass_t mp2 = functor_multi_pass_t(mp1); in test_functor_multi_pass() local
673 functor_multi_pass_t mp2 = functor_multi_pass_t(mp1); in test_functor_multi_pass() local
723 functor_multi_pass_t mp2 = functor_multi_pass_t(my_functor()); in test_functor_multi_pass() local