Searched refs:NotUsesAllocator (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/container/test/ |
D | scoped_allocator_adaptor_test.cpp | 552 typedef ::allocator_argument_tester<NotUsesAllocator, 0> MarkType; in main() 556 BOOST_TEST(dummy.construction_type == NotUsesAllocator); in main() 581 typedef ::allocator_argument_tester<NotUsesAllocator, 0> MarkType; in main() 585 BOOST_TEST(dummy.construction_type == NotUsesAllocator); in main() 617 typedef ::allocator_argument_tester<NotUsesAllocator, 1> MarkType; in main() 621 BOOST_TEST(dummy.construction_type == NotUsesAllocator); in main() 646 typedef ::allocator_argument_tester<NotUsesAllocator, 1> MarkType; in main() 650 BOOST_TEST(dummy.construction_type == NotUsesAllocator); in main() 704 typedef ::allocator_argument_tester<NotUsesAllocator, 10> MarkType; in main() 708 BOOST_TEST(dummy.construction_type == NotUsesAllocator); in main() [all …]
|
D | allocator_argument_tester.hpp | 97 NotUsesAllocator enumerator 127 struct uses_allocator_base<NotUsesAllocator, AllocatorTag> 147 : construction_type(NotUsesAllocator), value(0) in allocator_argument_tester() 162 : construction_type(NotUsesAllocator), value(i) in allocator_argument_tester() 179 : construction_type(NotUsesAllocator), value(other.value) in allocator_argument_tester() 195 : construction_type(NotUsesAllocator), value(other.value) in allocator_argument_tester() 196 { other.value = 0; other.construction_type = NotUsesAllocator; } in allocator_argument_tester()
|
D | propagation_test_allocator.hpp | 100 NotUsesAllocator enumerator 147 struct uses_allocator_base<NotUsesAllocator, AllocatorTag> 167 : construction_type(NotUsesAllocator), value(0) in allocator_argument_tester() 182 : construction_type(NotUsesAllocator), value(i) in allocator_argument_tester() 199 : construction_type(NotUsesAllocator), value(other.value) in allocator_argument_tester() 215 : construction_type(NotUsesAllocator), value(other.value) in allocator_argument_tester() 216 { other.value = 0; other.construction_type = NotUsesAllocator; } in allocator_argument_tester()
|
D | polymorphic_allocator_test.cpp | 87 typedef allocator_argument_tester<NotUsesAllocator, 0> value_type; in test_construct() 92 BOOST_TEST(value.construction_type == NotUsesAllocator); in test_construct() 118 typedef allocator_argument_tester<NotUsesAllocator, 0> value_type; in test_construct() 123 BOOST_TEST(value.construction_type == NotUsesAllocator); in test_construct()
|
D | uses_allocator_test.cpp | 51 < allocator_argument_tester<NotUsesAllocator, 0> in main()
|