Home
last modified time | relevance | path

Searched refs:container_detail (Results 1 – 18 of 18) 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 Dallocator_traits.hpp53 …_FUNCTION_CALLABLE_WITH_NS_BEG namespace boost { namespace container { namespace container_detail {
60 …_FUNCTION_CALLABLE_WITH_NS_BEG namespace boost { namespace container { namespace container_detail {
67 …_FUNCTION_CALLABLE_WITH_NS_BEG namespace boost { namespace container { namespace container_detail {
90 namespace container_detail { namespace
199 … typedef BOOST_INTRUSIVE_OBTAIN_TYPE_WITH_DEFAULT(boost::container::container_detail::, Allocator,
203 …typedef BOOST_INTRUSIVE_OBTAIN_TYPE_WITH_EVAL_DEFAULT(boost::container::container_detail::, Alloca…
208 … typedef BOOST_INTRUSIVE_OBTAIN_TYPE_WITH_DEFAULT(boost::container::container_detail::, Allocator,
209 reference, typename container_detail::unvoid_ref<value_type>::type)
212 … typedef BOOST_INTRUSIVE_OBTAIN_TYPE_WITH_DEFAULT(boost::container::container_detail::, Allocator,
213 const_reference, typename container_detail::unvoid_ref<const value_type>::type)
[all …]
H A Dvector.hpp78 namespace container_detail { namespace
254 BOOST_CONTAINER_FORCEINLINE const Pointer &vector_iterator_get_ptr(const container_detail::vec_iter… in vector_iterator_get_ptr()
258 BOOST_CONTAINER_FORCEINLINE Pointer &get_ptr(container_detail::vec_iterator<Pointer, IsConst> &it) … in get_ptr()
261 namespace container_detail { namespace
292 BOOST_CONTAINER_FORCEINLINE typename container_detail::vector_get_ptr_pointer_to_non_const<MaybeCon…
295 return container_detail::vector_get_ptr_pointer_to_non_const<MaybeConstPointer>::get_ptr(ptr);
298 namespace container_detail {
324 typedef typename container_detail::if_c
326 ,container_detail::null_scoped_destructor_n<Allocator>
327 ,container_detail::scoped_destructor_n<Allocator>
[all …]
H A Dcontainer_fwd.hpp70 namespace boost{ namespace container{ namespace container_detail{ namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dcopy_move_algo.hpp41 namespace container_detail { namespace
94 namespace container_detail { namespace
103 struct are_elements_contiguous<boost::container::container_detail::vector_iterator<Pointer> >
109 struct are_elements_contiguous<boost::container::container_detail::vector_const_iterator<Pointer> >
141 …, container_detail::is_trivially_copy_assignable< typename ::boost::container::iterator_traits<I>:…
149 …, container_detail::is_trivially_copy_constructible< typename ::boost::container::iterator_traits<…
155 : enable_if<container_detail::is_memtransfer_copy_constructible<I, O>, R>
160 : disable_if<container_detail::is_memtransfer_copy_constructible<I, O>, R>
165 : enable_if<container_detail::is_memtransfer_copy_assignable<I, O>, R>
170 : disable_if<container_detail::is_memtransfer_copy_assignable<I, O>, R>
[all …]
H A Dalloc_helpers.hpp27 namespace container_detail { namespace
30 inline void swap_alloc(AllocatorType &, AllocatorType &, container_detail::false_type) in swap_alloc()
35 inline void swap_alloc(AllocatorType &l, AllocatorType &r, container_detail::true_type) in swap_alloc()
39 inline void assign_alloc(AllocatorType &, const AllocatorType &, container_detail::false_type) in assign_alloc()
44 inline void assign_alloc(AllocatorType &l, const AllocatorType &r, container_detail::true_type) in assign_alloc()
48 inline void move_alloc(AllocatorType &, AllocatorType &, container_detail::false_type) in move_alloc()
53 inline void move_alloc(AllocatorType &l, AllocatorType &r, container_detail::true_type) in move_alloc()
H A Dversion_type.hpp35 namespace container_detail { namespace
39 : public container_detail::integral_constant<unsigned, V>
49 bool = container_detail::is_convertible<version_type<T, 0>, typename T::version>::value>
89 : public container_detail::integral_constant<unsigned, impl::version<T>::value>
101 typedef container_detail::integral_constant<unsigned, 0> version_0;
102 typedef container_detail::integral_constant<unsigned, 1> version_1;
103 typedef container_detail::integral_constant<unsigned, 2> version_2;
H A Ddestroyers.hpp33 namespace container_detail { namespace
42 typedef container_detail::integral_constant<unsigned,
43 boost::container::container_detail::
145 typedef container_detail::integral_constant<unsigned,
146 boost::container::container_detail::
299 typedef container_detail::integral_constant<unsigned,
300 boost::container::container_detail::
H A Dadvanced_insert_int.hpp44 namespace boost { namespace container { namespace container_detail { namespace
220 namespace container_detail { namespace
304 …, typename boost::container::container_detail::add_const<typename boost::container::allocator_trai…
324 …, typename boost::container::container_detail::add_const<typename boost::container::allocator_trai…
341 namespace container_detail { namespace
440 …, typename boost::container::container_detail::add_const<typename boost::container::allocator_trai…
460 …, typename boost::container::container_detail::add_const<typename boost::container::allocator_trai…
H A Diterators.hpp615 typedef typename container_detail::build_number_seq<sizeof...(Args)>::type index_tuple_t;
631 …BOOST_CONTAINER_FORCEINLINE void inplace_impl(Allocator &a, T* ptr, const container_detail::index_… in inplace_impl()
634 (a, ptr, ::boost::forward<Args>(container_detail::get<IdxPack>(args_))...); in inplace_impl()
638 …BOOST_CONTAINER_FORCEINLINE void inplace_impl(DestIt dest, const container_detail::index_tuple<Idx… in inplace_impl()
641 … value_type && tmp= value_type(::boost::forward<Args>(container_detail::get<IdxPack>(args_))...); in inplace_impl()
645 container_detail::tuple<Args&...> args_;
675 …BOOST_MOVE_IF(N, value_type tmp(BOOST_MOVE_MFWD##N), container_detail::value_init<value_type> tmp)…
695 namespace container_detail { namespace
H A Dvalue_init.hpp29 namespace container_detail { namespace
H A Dmin_max.hpp23 namespace container_detail { namespace
H A Dnext_capacity.hpp28 namespace container_detail { namespace
H A Dtype_traits.hpp31 namespace container_detail { namespace
H A Dmpl.hpp33 namespace container_detail { namespace
H A Dconstruct_in_place.hpp70 container_detail::value_init<U> val; in assign_in_place()
H A Dvariadic_templates_tools.hpp31 namespace container_detail { namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dmsvc_has_iterator_workaround.hpp56 namespace container { namespace container_detail namespace
111 struct has_iterator< ::boost::container::container_detail::iterator<IIterator, IsConst> >
116 struct has_iterator< ::boost::container::container_detail::iterator<IIterator, IsConst> const>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray_detail.hpp70 boost::container::container_detail::vector_const_iterator<Pointer>
76 boost::container::container_detail::vector_iterator<Pointer>