Home
last modified time | relevance | path

Searched refs:Alloc (Results 1 – 25 of 63) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dbuffer.hpp38 typename Alloc = std::allocator<Ch> >
42 typedef typename Alloc::template rebind<Ch>::other allocator_type;
64 template<typename Ch, typename Alloc>
65 void swap(basic_buffer<Ch, Alloc>& lhs, basic_buffer<Ch, Alloc>& rhs) in swap()
76 typename Alloc = std::allocator<Ch> >
77 class buffer : public basic_buffer<Ch, Alloc> {
79 typedef basic_buffer<Ch, Alloc> base;
138 template<typename Ch, typename Alloc>
139 void swap(buffer<Ch, Alloc>& lhs, buffer<Ch, Alloc>& rhs) in swap()
144 template<typename Ch, typename Alloc>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dindirect_streambuf.hpp49 template<typename T, typename Tr, typename Alloc, typename Mode>
59 typedef detail::basic_buffer<char_type, Alloc> buffer_type;
60 typedef indirect_streambuf<T, Tr, Alloc, Mode> my_type;
145 template<typename T, typename Tr, typename Alloc, typename Mode>
146 indirect_streambuf<T, Tr, Alloc, Mode>::indirect_streambuf() in indirect_streambuf()
151 template<typename T, typename Tr, typename Alloc, typename Mode>
152 void indirect_streambuf<T, Tr, Alloc, Mode>::open in open()
193 template<typename T, typename Tr, typename Alloc, typename Mode>
194 inline bool indirect_streambuf<T, Tr, Alloc, Mode>::is_open() const in is_open()
197 template<typename T, typename Tr, typename Alloc, typename Mode>
[all …]
H A Dlinked_streambuf.hpp26 template<typename Self, typename Ch, typename Tr, typename Alloc, typename Mode>
59 typename Alloc, typename Mode >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/
H A Dtry_lexical_convert.hpp55 template<typename CharT, typename Traits, typename Alloc>
56 struct is_stdstring< std::basic_string<CharT, Traits, Alloc> >
67 template<typename CharT, typename Traits, typename Alloc>
68 struct is_booststring< boost::container::basic_string<CharT, Traits, Alloc> >
111 template<typename CharT, typename Traits, typename Alloc>
112 struct is_char_array_to_stdstring< std::basic_string<CharT, Traits, Alloc>, CharT* >
116 template<typename CharT, typename Traits, typename Alloc>
117 struct is_char_array_to_stdstring< std::basic_string<CharT, Traits, Alloc>, const CharT* >
128 template<typename CharT, typename Traits, typename Alloc>
129 …struct is_char_array_to_booststring< boost::container::basic_string<CharT, Traits, Alloc>, CharT* >
[all …]
/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 Dscoped_deallocator.hpp18 template <typename Alloc>
24 typedef typename Alloc::pointer pointer;
25 inline scoped_deallocator(pointer p, Alloc & a) in scoped_deallocator()
32 boost::container::allocator_traits<Alloc>::deallocate(m_alloc, m_ptr, 1); in ~scoped_deallocator()
41 Alloc & m_alloc;
H A Dvariant_static.hpp28 template <typename Alloc>
29 inline variant_internal_node(Alloc const&) {} in variant_internal_node()
42 template <typename Alloc>
43 inline variant_leaf(Alloc const&) {} in variant_leaf()
118 template <typename Alloc>
119 inline explicit allocators(Alloc const& alloc) in allocators()
147 template <typename Alloc>
148 bool operator==(Alloc const& a) const { return node_allocator() == node_allocator_type(a); } in operator ==()
H A Dvariant_dynamic.hpp132 template <typename Alloc>
133 inline explicit allocators(Alloc const& alloc) in allocators()
161 template <typename Alloc>
162 bool operator==(Alloc const& a) const { return node_allocator() == node_allocator_type(a); } in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/detail/
H A Dtst.hpp32 template <typename Alloc>
34 destruct_node(tst_node* p, Alloc* alloc) in destruct_node()
47 template <typename Alloc>
49 clone_node(tst_node* p, Alloc* alloc) in clone_node()
107 template <typename Iterator, typename Alloc>
114 , Alloc* alloc) in add()
151 template <typename Iterator, typename Alloc>
153 remove(tst_node*& p, Iterator first, Iterator last, Alloc* alloc) in remove()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dstream_buffer.hpp33 template<typename T, typename Tr, typename Alloc, typename Mode>
42 indirect_streambuf<T, Tr, Alloc, Mode>
59 typename Alloc =
65 : public detail::stream_buffer_traits<T, Tr, Alloc, Mode>::type
75 T, Tr, Alloc, Mode
H A Dstream.hpp67 typename Alloc =
75 : protected base_from_member< stream_buffer<Device, Tr, Alloc> >,
79 typedef base_from_member< stream_buffer<Device, Tr, Alloc> > pbase_type;
108 typename Alloc =
112 struct stream : detail::stream_base<Device, Tr, Alloc> {
H A Dtraits.hpp99 template<typename Device, typename Tr, typename Alloc>
102 template<typename T, typename Tr, typename Alloc, typename Mode>
106 typename Alloc, typename Access >
110 typename Alloc, typename Access >
114 typename Alloc, typename Access >
118 typename Alloc, typename Access >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/
H A Dconfig.hpp64 #define BOOST_PHOENIX_HASH_template_rest_param class Hash, class Cmp, class Alloc
65 #define BOOST_PHOENIX_HASH_type_rest_param Hash, Cmp, Alloc
71 #define BOOST_PHOENIX_HASH_template_rest_param class Tr, class Alloc
72 #define BOOST_PHOENIX_HASH_type_rest_param Tr, Alloc
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ext/
H A Dhash_set22 class Alloc = allocator<Value>>
31 typedef Alloc allocator_type;
93 template <class Value, class Hash, class Pred, class Alloc>
94 void swap(hash_set<Value, Hash, Pred, Alloc>& x,
95 hash_set<Value, Hash, Pred, Alloc>& y);
97 template <class Value, class Hash, class Pred, class Alloc>
99 operator==(const hash_set<Value, Hash, Pred, Alloc>& x,
100 const hash_set<Value, Hash, Pred, Alloc>& y);
102 template <class Value, class Hash, class Pred, class Alloc>
104 operator!=(const hash_set<Value, Hash, Pred, Alloc>& x,
[all …]
H A Dhash_map22 class Alloc = allocator<pair<const Key, T>>>
31 typedef Alloc allocator_type;
96 template <class Key, class T, class Hash, class Pred, class Alloc>
97 void swap(hash_map<Key, T, Hash, Pred, Alloc>& x,
98 hash_map<Key, T, Hash, Pred, Alloc>& y);
100 template <class Key, class T, class Hash, class Pred, class Alloc>
102 operator==(const hash_map<Key, T, Hash, Pred, Alloc>& x,
103 const hash_map<Key, T, Hash, Pred, Alloc>& y);
105 template <class Key, class T, class Hash, class Pred, class Alloc>
107 operator!=(const hash_map<Key, T, Hash, Pred, Alloc>& x,
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ext/
H A Dhash_set22 class Alloc = allocator<Value>>
31 typedef Alloc allocator_type;
93 template <class Value, class Hash, class Pred, class Alloc>
94 void swap(hash_set<Value, Hash, Pred, Alloc>& x,
95 hash_set<Value, Hash, Pred, Alloc>& y);
97 template <class Value, class Hash, class Pred, class Alloc>
99 operator==(const hash_set<Value, Hash, Pred, Alloc>& x,
100 const hash_set<Value, Hash, Pred, Alloc>& y);
102 template <class Value, class Hash, class Pred, class Alloc>
104 operator!=(const hash_set<Value, Hash, Pred, Alloc>& x,
[all …]
H A Dhash_map22 class Alloc = allocator<pair<const Key, T>>>
31 typedef Alloc allocator_type;
96 template <class Key, class T, class Hash, class Pred, class Alloc>
97 void swap(hash_map<Key, T, Hash, Pred, Alloc>& x,
98 hash_map<Key, T, Hash, Pred, Alloc>& y);
100 template <class Key, class T, class Hash, class Pred, class Alloc>
102 operator==(const hash_map<Key, T, Hash, Pred, Alloc>& x,
103 const hash_map<Key, T, Hash, Pred, Alloc>& y);
105 template <class Key, class T, class Hash, class Pred, class Alloc>
107 operator!=(const hash_map<Key, T, Hash, Pred, Alloc>& x,
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dqueue45 template <class Alloc>
46 explicit queue(const Alloc& a);
47 template <class Alloc>
48 queue(const container_type& c, const Alloc& a);
49 template <class Alloc>
50 queue(container_type&& c, const Alloc& a);
51 template <class Alloc>
52 queue(const queue& q, const Alloc& a);
53 template <class Alloc>
54 queue(queue&& q, const Alloc& a);
[all …]
H A Dstack45 template <class Alloc> explicit stack(const Alloc& a);
46 template <class Alloc> stack(const container_type& c, const Alloc& a);
47 template <class Alloc> stack(container_type&& c, const Alloc& a);
48 template <class Alloc> stack(const stack& c, const Alloc& a);
49 template <class Alloc> stack(stack&& c, const Alloc& a);
H A Dtuple39 template <class Alloc>
40 tuple(allocator_arg_t, const Alloc& a);
41 template <class Alloc>
42 tuple(allocator_arg_t, const Alloc& a, const T&...);
43 template <class Alloc, class... U>
44 tuple(allocator_arg_t, const Alloc& a, U&&...);
45 template <class Alloc>
46 tuple(allocator_arg_t, const Alloc& a, const tuple&);
47 template <class Alloc>
48 tuple(allocator_arg_t, const Alloc& a, tuple&&);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dqueue45 template <class Alloc>
46 explicit queue(const Alloc& a);
47 template <class Alloc>
48 queue(const container_type& c, const Alloc& a);
49 template <class Alloc>
50 queue(container_type&& c, const Alloc& a);
51 template <class Alloc>
52 queue(const queue& q, const Alloc& a);
53 template <class Alloc>
54 queue(queue&& q, const Alloc& a);
[all …]
H A Dstack45 template <class Alloc> explicit stack(const Alloc& a);
46 template <class Alloc> stack(const container_type& c, const Alloc& a);
47 template <class Alloc> stack(container_type&& c, const Alloc& a);
48 template <class Alloc> stack(const stack& c, const Alloc& a);
49 template <class Alloc> stack(stack&& c, const Alloc& a);
H A Dtuple39 template <class Alloc>
40 tuple(allocator_arg_t, const Alloc& a);
41 template <class Alloc>
42 tuple(allocator_arg_t, const Alloc& a, const T&...);
43 template <class Alloc, class... U>
44 tuple(allocator_arg_t, const Alloc& a, U&&...);
45 template <class Alloc>
46 tuple(allocator_arg_t, const Alloc& a, const tuple&);
47 template <class Alloc>
48 tuple(allocator_arg_t, const Alloc& a, tuple&&);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_lexical.hpp127 template < class Char, class Traits, class Alloc >
128 struct stream_char_common< std::basic_string< Char, Traits, Alloc > >
133 template < class Char, class Traits, class Alloc >
134 struct stream_char_common< boost::container::basic_string< Char, Traits, Alloc > >
296 template < class Char, class Traits, class Alloc >
297 struct extract_char_traits< Char, std::basic_string< Char, Traits, Alloc > >
303 template < class Char, class Traits, class Alloc>
304 struct extract_char_traits< Char, boost::container::basic_string< Char, Traits, Alloc > >
H A Dconverter_lexical_streams.hpp356 template<class Alloc>
357 bool operator<<(std::basic_string<CharT,Traits,Alloc> const& str) BOOST_NOEXCEPT { in operator <<()
363 template<class Alloc>
364 … bool operator<<(boost::container::basic_string<CharT,Traits,Alloc> const& str) BOOST_NOEXCEPT { in operator <<()
670 template<class Alloc>
671 bool operator>>(std::basic_string<CharT,Traits,Alloc>& str) { in operator >>()
675 template<class Alloc>
676 bool operator>>(boost::container::basic_string<CharT,Traits,Alloc>& str) { in operator >>()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp514 returnNode = new (commentPool.Alloc()) XMLDeclaration( this ); in Identify()
519 returnNode = new (commentPool.Alloc()) XMLComment( this ); in Identify()
524 XMLText* text = new (textPool.Alloc()) XMLText( this ); in Identify()
531 returnNode = new (commentPool.Alloc()) XMLUnknown( this ); in Identify()
536 returnNode = new (elementPool.Alloc()) XMLElement( this ); in Identify()
541 returnNode = new (textPool.Alloc()) XMLText( this ); in Identify()
1283 attrib = new (document->attributePool.Alloc() ) XMLAttribute(); in FindOrCreateAttribute()
1331 XMLAttribute* attrib = new (document->attributePool.Alloc() ) XMLAttribute(); in ParseAttributes()
1502 XMLElement* ele = new (elementPool.Alloc()) XMLElement( this ); in NewElement()
1511 XMLComment* comment = new (commentPool.Alloc()) XMLComment( this ); in NewComment()
[all …]

123