Home
last modified time | relevance | path

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

/third_party/boost/libs/poly_collection/test/
Dtest_construction.cpp51 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 …]
Dtest_utilities.hpp350 bool comes_from(const rooted_allocator<U,Propagate,AlwaysEqual>& x)const in comes_from() function
/third_party/boost/libs/multi_index/test/
Dtest_alloc_awareness.cpp94 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()
Drooted_allocator.hpp51 bool comes_from(const rooted_allocator<U,Propagate,AlwaysEqual>& x)const in comes_from() function in rooted_allocator