Searched refs:comes_from (Results 1 – 4 of 4) sorted by relevance
51 BOOST_TEST(p2.get_allocator().comes_from(root1)); in test_allocator_aware_construction()62 BOOST_TEST(p2.get_allocator().comes_from(root1)); in test_allocator_aware_construction()67 BOOST_TEST(p2.get_allocator().comes_from(root2)); in test_allocator_aware_construction()105 BOOST_TEST(p3.get_allocator().comes_from(root2)); in test_allocator_aware_construction()132 BOOST_TEST(p2.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_aware_construction()167 BOOST_TEST(p3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_aware_construction()211 BOOST_TEST(p2.get_allocator().comes_from(Propagate?root2:root1)); in test_allocator_aware_construction()212 BOOST_TEST(p3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_aware_construction()223 BOOST_TEST(p2.get_allocator().comes_from(root1)); in test_allocator_aware_construction()224 BOOST_TEST(p3.get_allocator().comes_from(root2)); in test_allocator_aware_construction()[all …]
350 bool comes_from(const rooted_allocator<U,Propagate,AlwaysEqual>& x)const in comes_from() function
94 BOOST_TEST(c.get_allocator().comes_from(root1)); in test_allocator_awareness_for()98 BOOST_TEST(c2.get_allocator().comes_from(root2)); in test_allocator_awareness_for()105 BOOST_TEST(c3.get_allocator().comes_from(root2)); in test_allocator_awareness_for()114 BOOST_TEST(c2.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for()124 BOOST_TEST(c3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for()135 BOOST_TEST(c2.get_allocator().comes_from(Propagate?root2:root1)); in test_allocator_awareness_for()136 BOOST_TEST(c3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for()
51 bool comes_from(const rooted_allocator<U,Propagate,AlwaysEqual>& x)const in comes_from() function in rooted_allocator