Searched refs:value_traits (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 767 typedef container_detail::vector_value_traits<Allocator> value_traits; typedef in boost::container::vector 2185 typename value_traits::ArrayDestructor past_hole_values_destroyer in priv_insert_ordered_at() 2270 typename value_traits::ArrayDeallocator new_buffer_deallocator(new_storage, a, new_cap); in priv_merge_in_new_buffer() 2271 typename value_traits::ArrayDestructor new_values_destroyer(new_storage, a, 0u); in priv_merge_in_new_buffer() 2521 if(!(value_traits::trivial_dctr || (value_traits::trivial_dctr_after_move && moved))){ in priv_destroy_last() 2531 if(!value_traits::trivial_dctr){ in priv_destroy_last_n() 2930 …typename value_traits::ArrayDeallocator new_buffer_deallocator(new_start, this->m_holder.alloc(), … in priv_forward_range_insert_new_allocation() 2931 …typename value_traits::ArrayDestructor new_values_destroyer(new_start, this->m_holder.alloc(), 0u… in priv_forward_range_insert_new_allocation() 2953 if(!value_traits::trivial_dctr_after_move) in priv_forward_range_insert_new_allocation() 2988 …typename value_traits::ArrayDestructor old_values_destroyer(old_start, this->m_holder.alloc(), old… in priv_forward_range_insert_expand_backwards() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/ |
| H A D | variant.hpp | 146 struct value_traits struct 584 template <typename T, typename Traits = detail::value_traits<T, Types...>,
|