Searched refs:ConstructionType (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/move/test/ |
D | conversion_test.cpp | 18 enum ConstructionType { Copied, Moved, Other }; enum 29 ConstructionType c_type_; 37 ConstructionType construction_type() const in construction_type() 44 ConstructionType c_type_; 59 ConstructionType construction_type() const in construction_type() 65 ConstructionType c_type_; 76 ConstructionType construction_type() const in construction_type() 116 ConstructionType construction_type() const in construction_type() 121 ConstructionType construction_type_impl(::boost::move_detail::true_type) const in construction_type_impl() 124 ConstructionType construction_type_impl(::boost::move_detail::false_type) const in construction_type_impl()
|
/third_party/boost/libs/container/test/ |
D | allocator_argument_tester.hpp | 106 template<ConstructionTypeEnum ConstructionType, unsigned int AllocatorTag> 134 template<ConstructionTypeEnum ConstructionType, unsigned int AllocatorTag> 136 : uses_allocator_base<ConstructionType, AllocatorTag> 143 typedef uses_allocator_base<ConstructionType, AllocatorTag> base_type;
|
D | propagation_test_allocator.hpp | 109 template<ConstructionTypeEnum ConstructionType, unsigned int AllocatorTag> 154 template<ConstructionTypeEnum ConstructionType, unsigned int AllocatorTag> 156 : uses_allocator_base<ConstructionType, AllocatorTag> 163 typedef uses_allocator_base<ConstructionType, AllocatorTag> base_type;
|