Home
last modified time | relevance | path

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

/third_party/boost/libs/container/test/
Dscoped_allocator_adaptor_test.cpp552 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 …]
Dallocator_argument_tester.hpp97 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()
Dpropagation_test_allocator.hpp100 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()
Dpolymorphic_allocator_test.cpp87 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()
Duses_allocator_test.cpp51 < allocator_argument_tester<NotUsesAllocator, 0> in main()