Searched refs:ConstructiblePrefix (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/container/test/ |
D | scoped_allocator_adaptor_test.cpp | 570 typedef ::allocator_argument_tester<ConstructiblePrefix, 0> MarkType; in main() 574 BOOST_TEST(dummy.construction_type == ConstructiblePrefix); in main() 599 typedef ::allocator_argument_tester<ConstructiblePrefix, 0> MarkType; in main() 603 BOOST_TEST(dummy.construction_type == ConstructiblePrefix); in main() 635 typedef ::allocator_argument_tester<ConstructiblePrefix, 1> MarkType; in main() 639 BOOST_TEST(dummy.construction_type == ConstructiblePrefix); in main() 664 typedef ::allocator_argument_tester<ConstructiblePrefix, 1> MarkType; in main() 668 BOOST_TEST(dummy.construction_type == ConstructiblePrefix); in main() 722 typedef ::allocator_argument_tester<ConstructiblePrefix, 10> MarkType; in main() 726 BOOST_TEST(dummy.construction_type == ConstructiblePrefix); in main() [all …]
|
D | allocator_argument_tester.hpp | 95 ConstructiblePrefix, enumerator 119 struct uses_allocator_base<ConstructiblePrefix, AllocatorTag> 157 : construction_type(ConstructiblePrefix), value(0) in allocator_argument_tester() 174 : construction_type(ConstructiblePrefix), value(i) in allocator_argument_tester() 190 : construction_type(ConstructiblePrefix), value(other.value) in allocator_argument_tester() 206 : construction_type(ConstructiblePrefix), value(other.value) in allocator_argument_tester() 207 { other.value = 0; other.construction_type = ConstructiblePrefix; } in allocator_argument_tester() 218 < ::allocator_argument_tester<ConstructiblePrefix, AllocatorTag> >
|
D | propagation_test_allocator.hpp | 96 ConstructiblePrefix, enumerator 122 struct uses_allocator_base<ConstructiblePrefix, AllocatorTag> 177 : construction_type(ConstructiblePrefix), value(0) in allocator_argument_tester() 194 : construction_type(ConstructiblePrefix), value(i) in allocator_argument_tester() 210 : construction_type(ConstructiblePrefix), value(other.value) in allocator_argument_tester() 226 : construction_type(ConstructiblePrefix), value(other.value) in allocator_argument_tester() 227 { other.value = 0; other.construction_type = ConstructiblePrefix; } in allocator_argument_tester() 238 < ::allocator_argument_tester<ConstructiblePrefix, AllocatorTag> >
|
D | uses_allocator_test.cpp | 55 < allocator_argument_tester<ConstructiblePrefix, 0> in main() 71 < allocator_argument_tester<ConstructiblePrefix, 0> >::value )); in main()
|
D | polymorphic_allocator_test.cpp | 102 BOOST_TEST(value.construction_type == ConstructiblePrefix); in test_construct() 133 BOOST_TEST(value.construction_type == ConstructiblePrefix); in test_construct()
|