Home
last modified time | relevance | path

Searched refs:Allocator (Results 1 – 25 of 129) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dadvanced_insert_int.hpp46 template<class Allocator, class FwdIt, class Iterator>
49 typedef typename allocator_traits<Allocator>::size_type size_type;
50 typedef typename allocator_traits<Allocator>::value_type value_type;
56 void uninitialized_copy_n_and_update(Allocator &a, Iterator p, size_type n) in uninitialized_copy_n_and_update()
62 void copy_n_and_update(Allocator &, Iterator p, size_type n) in copy_n_and_update()
71 template<class Allocator, class FwdIt, class Iterator>
74 typedef typename allocator_traits<Allocator>::size_type size_type;
75 typedef typename allocator_traits<Allocator>::value_type value_type;
81 void uninitialized_copy_n_and_update(Allocator &a, Iterator p, size_type n) in uninitialized_copy_n_and_update()
86 void copy_n_and_update(Allocator &, Iterator p, size_type n) in copy_n_and_update()
[all …]
H A Ddestroyers.hpp37 template <class Allocator>
40 typedef allocator_traits<Allocator> allocator_traits_type;
44 version<Allocator>::value> alloc_version;
58 Allocator& m_alloc;
60 scoped_deallocator(pointer p, Allocator& a) in scoped_deallocator()
81 template <class Allocator>
84 typedef boost::container::allocator_traits<Allocator> AllocTraits;
88 null_scoped_deallocator(pointer, Allocator&, size_type) in null_scoped_deallocator()
103 template <class Allocator>
106 typedef boost::container::allocator_traits<Allocator> AllocTraits;
[all …]
H A Dcopy_move_algo.hpp289 <typename Allocator,
293 uninitialized_move_alloc(Allocator &a, I f, I l, F r) in uninitialized_move_alloc()
298 …allocator_traits<Allocator>::construct(a, boost::movelib::iterator_to_raw_pointer(r), boost::move(… in uninitialized_move_alloc()
304 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc()
313 <typename Allocator,
317 uninitialized_move_alloc(Allocator &, I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in uninitialized_move_alloc() argument
334 <typename Allocator,
338 …uninitialized_move_alloc_n(Allocator &a, I f, typename boost::container::allocator_traits<Allocato… in uninitialized_move_alloc_n()
343 …allocator_traits<Allocator>::construct(a, boost::movelib::iterator_to_raw_pointer(r), boost::move(… in uninitialized_move_alloc_n()
349 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc_n()
[all …]
H A Dconstruct_in_place.hpp33 template<class Allocator, class T, class InpIt>
34 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T* dest, InpIt source) in construct_in_place()
35 { boost::container::allocator_traits<Allocator>::construct(a, dest, *source); } in construct_in_place()
37 template<class Allocator, class T, class U, class D>
38 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, value_init_construct_ite… in construct_in_place()
40 boost::container::allocator_traits<Allocator>::construct(a, dest); in construct_in_place()
46 template<class Allocator, class T, class U, class D>
47 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, default_init_construct_i… in construct_in_place()
49 boost::container::allocator_traits<Allocator>::construct(a, dest, default_init); in construct_in_place()
55 template<class Allocator, class T, class U, class EF, class D>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dallocator_traits.hpp80 template<class Allocator>
94 template<class Allocator>
106 template<class Allocator>
108 { static const bool value = !is_std_allocator<Allocator>::value; };
130 template <typename Allocator>
134 typedef Allocator allocator_type;
199 … typedef BOOST_INTRUSIVE_OBTAIN_TYPE_WITH_DEFAULT(boost::container::container_detail::, Allocator,
203 …edef BOOST_INTRUSIVE_OBTAIN_TYPE_WITH_EVAL_DEFAULT(boost::container::container_detail::, Allocator,
208 … typedef BOOST_INTRUSIVE_OBTAIN_TYPE_WITH_DEFAULT(boost::container::container_detail::, Allocator,
212 … typedef BOOST_INTRUSIVE_OBTAIN_TYPE_WITH_DEFAULT(boost::container::container_detail::, Allocator,
[all …]
H A Dcontainer_fwd.hpp107 ,class Allocator = new_allocator<T> >
111 ,class Allocator = new_allocator<T> >
118 , class Allocator= new_allocator<T> >
122 ,class Allocator = new_allocator<T> >
126 ,class Allocator = new_allocator<T> >
130 ,class Allocator = new_allocator<T> >
140 ,class Allocator = new_allocator<Key>
146 ,class Allocator = new_allocator<Key>
153 ,class Allocator = new_allocator<std::pair<const Key, T> >
160 ,class Allocator = new_allocator<std::pair<const Key, T> >
[all …]
H A Dvector.hpp317 template <class Allocator>
319 : public vector_value_traits_base<typename Allocator::value_type>
321 typedef vector_value_traits_base<typename Allocator::value_type> base_t;
326 ,container_detail::null_scoped_destructor_n<Allocator>
327 ,container_detail::scoped_destructor_n<Allocator>
330 typedef container_detail::scoped_array_deallocator<Allocator> ArrayDeallocator;
334 template < class Allocator
335 , class AllocatorVersion = typename container_detail::version<Allocator>::type
338 : public Allocator
344 typedef Allocator allocator_type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dlimits.hpp20 …type SignType, boost::multiprecision::cpp_int_check_type Checked, class Allocator, boost::multipre…
21 …t::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemp…
25 …t::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemp… in get_min()
31 …type SignType, boost::multiprecision::cpp_int_check_type Checked, class Allocator, boost::multipre…
32 …t::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemp…
36 …t::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemp… in get_min()
40 …type SignType, boost::multiprecision::cpp_int_check_type Checked, class Allocator, boost::multipre…
41 …t::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemp…
46 …t::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemp… in get_min()
50 …type SignType, boost::multiprecision::cpp_int_check_type Checked, class Allocator, boost::multipre…
[all …]
H A Dimport_export.hpp70 … MinBits, unsigned MaxBits, cpp_integer_type SignType, cpp_int_check_type Checked, class Allocator>
71 …resize_to_bit_size(cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& newval, unsign… in resize_to_bit_size()
82 … MinBits, unsigned MaxBits, cpp_integer_type SignType, cpp_int_check_type Checked, class Allocator>
83 …resize_to_bit_size(cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& newval, unsign… in resize_to_bit_size()
88 …d MaxBits, cpp_integer_type SignType, cpp_int_check_type Checked, class Allocator, expression_temp…
89 … number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>&
91 …number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>& val,… in import_bits_generic() argument
93 …typename number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplat… in import_bits_generic()
99 …typedef typename cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>::trivial_tag tag_… in import_bits_generic()
125 …d MaxBits, cpp_integer_type SignType, cpp_int_check_type Checked, class Allocator, expression_temp…
[all …]
H A Dcomparison.hpp23 … MinBits, unsigned MaxBits, cpp_integer_type SignType, cpp_int_check_type Checked, class Allocator>
25 !is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> >::value,
28 …nBits, MaxBits, SignType, Checked, Allocator>& a, const cpp_int_backend<MinBits, MaxBits, SignType… in eval_eq()
34 …ked_array_iterator<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>::const_limb_poi… in eval_eq()
59 template <unsigned MinBits, unsigned MaxBits, cpp_int_check_type Checked, class Allocator>
61 …!is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, signed_magnitude, Checked, Allocator> >::val…
63 …>::type eval_eq(const cpp_int_backend<MinBits, MaxBits, signed_magnitude, Checked, Allocator>& a, … in eval_eq()
69 template <unsigned MinBits, unsigned MaxBits, cpp_int_check_type Checked, class Allocator>
71 …!is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, signed_magnitude, Checked, Allocator> >::val…
73 …>::type eval_eq(const cpp_int_backend<MinBits, MaxBits, signed_magnitude, Checked, Allocator>& a, … in eval_eq()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dring.hpp62 template<typename> class Allocator = std::allocator
64 class ring : public Container<Point, Allocator<Point> >
68 typedef Container<Point, Allocator<Point> > base_type;
117 template<typename> class Allocator
119 struct tag<model::ring<Point, ClockWise, Closed, Container, Allocator> >
130 template<typename> class Allocator
132 struct point_order<model::ring<Point, false, Closed, Container, Allocator> >
143 template<typename> class Allocator
145 struct point_order<model::ring<Point, true, Closed, Container, Allocator> >
155 template<typename> class Allocator
[all …]
H A Dmulti_linestring.hpp54 template<typename> class Allocator = std::allocator
56 class multi_linestring : public Container<LineString, Allocator<LineString> >
65 typedef Container<LineString, Allocator<LineString> > base_type;
106 template<typename> class Allocator
108 struct tag< model::multi_linestring<LineString, Container, Allocator> >
H A Dmulti_polygon.hpp53 template<typename> class Allocator = std::allocator
55 class multi_polygon : public Container<Polygon, Allocator<Polygon> >
64 typedef Container<Polygon, Allocator<Polygon> > base_type;
105 template<typename> class Allocator
107 struct tag< model::multi_polygon<Polygon, Container, Allocator> >
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhash-table.h373 template<typename Type> class Allocator = xcallocator>
603 template<typename Type> class Allocator>
604 hash_table<Descriptor, Lazy, Allocator>::hash_table (size_t size, bool ggc, in hash_table()
634 template<typename Type> class Allocator>
635 hash_table<Descriptor, Lazy, Allocator>::hash_table (const hash_table &h, in hash_table()
675 template<typename Type> class Allocator>
676 hash_table<Descriptor, Lazy, Allocator>::~hash_table () in ~hash_table()
685 Allocator <value_type> ::data_free (m_entries); in ~hash_table()
700 template<typename Type> class Allocator>
701 inline typename hash_table<Descriptor, Lazy, Allocator>::value_type *
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhash-table.h373 template<typename Type> class Allocator = xcallocator>
603 template<typename Type> class Allocator>
604 hash_table<Descriptor, Lazy, Allocator>::hash_table (size_t size, bool ggc, in hash_table()
634 template<typename Type> class Allocator>
635 hash_table<Descriptor, Lazy, Allocator>::hash_table (const hash_table &h, in hash_table()
675 template<typename Type> class Allocator>
676 hash_table<Descriptor, Lazy, Allocator>::~hash_table () in ~hash_table()
685 Allocator <value_type> ::data_free (m_entries); in ~hash_table()
700 template<typename Type> class Allocator>
701 inline typename hash_table<Descriptor, Lazy, Allocator>::value_type *
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Drtree.hpp152 typename Allocator = std::allocator<Value>
168 typedef Allocator allocator_type;
200 typedef ::boost::container::allocator_traits<Allocator> allocator_traits_type;
1785 …ypename Value, typename Parameters, typename IndexableGetter, typename EqualTo, typename Allocator>
1786 inline void insert(rtree<Value, Parameters, IndexableGetter, EqualTo, Allocator> & tree, in insert()
1803 …ypename Value, typename Parameters, typename IndexableGetter, typename EqualTo, typename Allocator,
1805 inline void insert(rtree<Value, Parameters, IndexableGetter, EqualTo, Allocator> & tree, in insert()
1821 …ypename Value, typename Parameters, typename IndexableGetter, typename EqualTo, typename Allocator,
1823 inline void insert(rtree<Value, Parameters, IndexableGetter, EqualTo, Allocator> & tree, in insert()
1844 …ypename Value, typename Parameters, typename IndexableGetter, typename EqualTo, typename Allocator>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dcontainer_fwd.hpp120 template <class charT, class traits, class Allocator> class basic_string;
131 template <class T, class Allocator> class deque;
134 template <class T, class Allocator> class list;
135 template <class T, class Allocator> class vector;
136 template <class Key, class T, class Compare, class Allocator> class map;
137 template <class Key, class T, class Compare, class Allocator>
139 template <class Key, class Compare, class Allocator> class set;
140 template <class Key, class Compare, class Allocator> class multiset;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/
H A Dvariant_static.hpp81 template <typename Allocator, typename Value, typename Parameters, typename Box>
82 class allocators<Allocator, Value, Parameters, Box, node_variant_static_tag>
83 : public Allocator::template rebind<
86 allocators<Allocator, Value, Parameters, Box, node_variant_static_tag>,
91 typedef typename Allocator::template rebind<
96 typedef Allocator allocator_type;
106 typedef typename Allocator::template rebind<
110 typedef typename Allocator::template rebind<
150 Allocator allocator() const { return Allocator(node_allocator()); } in allocator()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_template.hpp355 typename Allocator>
390 typename Allocator>
425 typename Allocator>
435 typedef functor_manager_a<FunctionObj, Allocator> manager_type;
459 typename Allocator>
500 template<typename F,typename Allocator>
501 bool assign_to_a(F f, function_buffer& functor, Allocator a) const in assign_to_a()
529 template<typename FunctionPtr,typename Allocator>
531 assign_to_a(FunctionPtr f, function_buffer& functor, Allocator, function_ptr_tag) const in assign_to_a()
551 template<typename MemberPtr,typename Allocator>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dfwd.h58 template <typename Encoding, typename Allocator>
73 template <typename Allocator>
104 template <typename Encoding, typename Allocator>
107 template <bool Const, typename Encoding, typename Allocator>
113 template <typename Encoding, typename Allocator>
118 template <typename Encoding, typename Allocator, typename StackAllocator>
125 template <typename ValueType, typename Allocator>
135 template <typename ValueT, typename Allocator>
H A Ddocument.h58 template <typename Encoding, typename Allocator>
61 template <typename Encoding, typename Allocator, typename StackAllocator>
70 template <typename Encoding, typename Allocator>
72 GenericValue<Encoding, Allocator> name; //!< name of member (must be a string)
73 GenericValue<Encoding, Allocator> value; //!< value of member.
100 template <bool Const, typename Encoding, typename Allocator>
103 , typename internal::MaybeAddConst<Const,GenericMember<Encoding,Allocator> >::Type> {
105 friend class GenericValue<Encoding,Allocator>;
108 typedef GenericMember<Encoding,Allocator> PlainType;
116 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator;
[all …]
H A Dstringbuffer.h40 template <typename Encoding, typename Allocator = CrtAllocator>
45 …GenericStringBuffer(Allocator* allocator = 0, size_t capacity = kDefaultCapacity) : stack_(allocat… in stack_()
84 mutable internal::Stack<Allocator> stack_;
95 template<typename Encoding, typename Allocator>
96 inline void PutReserve(GenericStringBuffer<Encoding, Allocator>& stream, size_t count) { in PutReserve()
100 template<typename Encoding, typename Allocator>
101 inline void PutUnsafe(GenericStringBuffer<Encoding, Allocator>& stream, typename Encoding::Ch c) { in PutUnsafe()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcuda.hpp108 class CV_EXPORTS Allocator class in cv::cuda::GpuMat
111 virtual ~Allocator() {} in ~Allocator()
119 static Allocator* defaultAllocator();
120 static void setDefaultAllocator(Allocator* allocator);
123 explicit GpuMat(Allocator* allocator = defaultAllocator());
126 GpuMat(int rows, int cols, int type, Allocator* allocator = defaultAllocator());
127 GpuMat(Size size, int type, Allocator* allocator = defaultAllocator());
130 GpuMat(int rows, int cols, int type, Scalar s, Allocator* allocator = defaultAllocator());
131 GpuMat(Size size, int type, Scalar s, Allocator* allocator = defaultAllocator());
145 explicit GpuMat(InputArray arr, Allocator* allocator = defaultAllocator());
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcuda.hpp108 class CV_EXPORTS Allocator class in cv::cuda::GpuMat
111 virtual ~Allocator() {} in ~Allocator()
119 static Allocator* defaultAllocator();
120 static void setDefaultAllocator(Allocator* allocator);
123 explicit GpuMat(Allocator* allocator = defaultAllocator());
126 GpuMat(int rows, int cols, int type, Allocator* allocator = defaultAllocator());
127 GpuMat(Size size, int type, Allocator* allocator = defaultAllocator());
130 GpuMat(int rows, int cols, int type, Scalar s, Allocator* allocator = defaultAllocator());
131 GpuMat(Size size, int type, Scalar s, Allocator* allocator = defaultAllocator());
145 explicit GpuMat(InputArray arr, Allocator* allocator = defaultAllocator());
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.hpp108 class CV_EXPORTS Allocator class in cv::cuda::GpuMat
111 virtual ~Allocator() {} in ~Allocator()
119 static Allocator* defaultAllocator();
120 static void setDefaultAllocator(Allocator* allocator);
123 explicit GpuMat(Allocator* allocator = defaultAllocator());
126 GpuMat(int rows, int cols, int type, Allocator* allocator = defaultAllocator());
127 GpuMat(Size size, int type, Allocator* allocator = defaultAllocator());
130 GpuMat(int rows, int cols, int type, Scalar s, Allocator* allocator = defaultAllocator());
131 GpuMat(Size size, int type, Scalar s, Allocator* allocator = defaultAllocator());
145 explicit GpuMat(InputArray arr, Allocator* allocator = defaultAllocator());
[all …]

123456