/third_party/boost/boost/move/ |
D | traits.hpp | 45 struct has_trivial_destructor_after_move struct
|
/third_party/boost/libs/container/bench/ |
D | bench_alloc_expand_bwd.cpp | 82 struct has_trivial_destructor_after_move<MyInt> struct 84 static const bool value = true;
|
/third_party/boost/boost/container/ |
D | set.hpp | 1028 struct has_trivial_destructor_after_move<boost::container::set<Key, Compare, Allocator, Options> > struct 1031 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value; 1692 struct has_trivial_destructor_after_move<boost::container::multiset<Key, Compare, Allocator, Option… struct 1695 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
|
D | flat_set.hpp | 1199 struct has_trivial_destructor_after_move<boost::container::flat_set<Key, Compare, AllocatorOrContai… struct 1202 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value; 1931 struct has_trivial_destructor_after_move<boost::container::flat_multiset<Key, Compare, AllocatorOrC… struct 1934 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
|
D | flat_map.hpp | 1658 struct has_trivial_destructor_after_move<boost::container::flat_map<Key, T, Compare, AllocatorOrCon… struct 1663 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value; 2968 struct has_trivial_destructor_after_move< boost::container::flat_multimap<Key, T, Compare, Allocato… struct 2973 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
|
D | map.hpp | 1370 struct has_trivial_destructor_after_move<boost::container::map<Key, T, Compare, Allocator, Options>… struct 1373 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value; 2294 struct has_trivial_destructor_after_move<boost::container::multimap<Key, T, Compare, Allocator, Opt… struct 2297 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
|
D | list.hpp | 1523 struct has_trivial_destructor_after_move<boost::container::list<T, Allocator> > struct 1527 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
|
D | slist.hpp | 1697 struct has_trivial_destructor_after_move<boost::container::slist<T, Allocator> > struct 1701 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
|
D | deque.hpp | 2298 struct has_trivial_destructor_after_move<boost::container::deque<T, Allocator, Options> > struct 2302 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
|
D | stable_vector.hpp | 2184 struct has_trivial_destructor_after_move<boost::container::stable_vector<T, Allocator> > struct 2188 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
|
D | vector.hpp | 3387 struct has_trivial_destructor_after_move<boost::container::vector<T, Allocator, Options> > struct 3391 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
|
D | string.hpp | 3491 struct has_trivial_destructor_after_move<boost::container::basic_string<C, T, Allocator> > struct 3495 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
|
/third_party/boost/boost/container/detail/ |
D | flat_tree.hpp | 1623 struct has_trivial_destructor_after_move<boost::container::dtl::flat_tree<T, KeyOfValue, Compare, A… struct 1628 static const bool value = ::boost::has_trivial_destructor_after_move<container_type>::value &&
|
D | tree.hpp | 1513 struct has_trivial_destructor_after_move struct 1521 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
|