Home
last modified time | relevance | path

Searched refs:allocator_type (Results 1 – 25 of 199) sorted by relevance

12345678

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dunordered_set.h63 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
69 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
80 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
112 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
118 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
130 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
183 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
189 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
198 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
232 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Dunordered_map.h63 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
69 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
80 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
114 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
120 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
132 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
190 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
196 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
205 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
242 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dunordered_set.h63 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
69 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
80 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
112 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
118 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
130 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
183 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
189 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
198 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
232 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Dunordered_map.h63 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
69 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
80 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
114 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
120 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
132 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
190 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
196 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
205 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
242 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dset31 typedef Allocator allocator_type;
32 typedef typename allocator_type::reference reference;
33 typedef typename allocator_type::const_reference const_reference;
34 typedef typename allocator_type::size_type size_type;
35 typedef typename allocator_type::difference_type difference_type;
36 typedef typename allocator_type::pointer pointer;
37 typedef typename allocator_type::const_pointer const_pointer;
49 is_nothrow_default_constructible<allocator_type>::value &&
53 set(const value_compare& comp, const allocator_type& a);
59 const allocator_type& a);
[all …]
H A Dunordered_set33 typedef Alloc allocator_type;
36 typedef typename allocator_traits<allocator_type>::pointer pointer;
37 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
38 typedef typename allocator_traits<allocator_type>::size_type size_type;
39 typedef typename allocator_traits<allocator_type>::difference_type difference_type;
53 is_nothrow_default_constructible<allocator_type>::value);
56 const allocator_type& a = allocator_type());
61 const allocator_type& a = allocator_type());
62 explicit unordered_set(const allocator_type&);
69 is_nothrow_move_constructible<allocator_type>::value);
[all …]
H A Dunordered_map33 typedef Alloc allocator_type;
37 typedef typename allocator_traits<allocator_type>::pointer pointer;
38 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
39 typedef typename allocator_traits<allocator_type>::size_type size_type;
40 typedef typename allocator_traits<allocator_type>::difference_type difference_type;
54 is_nothrow_default_constructible<allocator_type>::value);
57 const allocator_type& a = allocator_type());
62 const allocator_type& a = allocator_type());
63 explicit unordered_map(const allocator_type&);
70 is_nothrow_move_constructible<allocator_type>::value);
[all …]
H A Dvector25 typedef Allocator allocator_type;
26 typedef typename allocator_type::reference reference;
27 typedef typename allocator_type::const_reference const_reference;
30 typedef typename allocator_type::size_type size_type;
31 typedef typename allocator_type::difference_type difference_type;
32 typedef typename allocator_type::pointer pointer;
33 typedef typename allocator_type::const_pointer const_pointer;
38 noexcept(is_nothrow_default_constructible<allocator_type>::value);
39 explicit vector(const allocator_type&);
41 explicit vector(size_type n, const allocator_type&); // C++14
[all …]
H A Dmap31 typedef Allocator allocator_type;
32 typedef typename allocator_type::reference reference;
33 typedef typename allocator_type::const_reference const_reference;
34 typedef typename allocator_type::pointer pointer;
35 typedef typename allocator_type::const_pointer const_pointer;
36 typedef typename allocator_type::size_type size_type;
37 typedef typename allocator_type::difference_type difference_type;
61 is_nothrow_default_constructible<allocator_type>::value &&
65 map(const key_compare& comp, const allocator_type& a);
71 const key_compare& comp, const allocator_type& a);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dset31 typedef Allocator allocator_type;
32 typedef typename allocator_type::reference reference;
33 typedef typename allocator_type::const_reference const_reference;
34 typedef typename allocator_type::size_type size_type;
35 typedef typename allocator_type::difference_type difference_type;
36 typedef typename allocator_type::pointer pointer;
37 typedef typename allocator_type::const_pointer const_pointer;
49 is_nothrow_default_constructible<allocator_type>::value &&
53 set(const value_compare& comp, const allocator_type& a);
59 const allocator_type& a);
[all …]
H A Dunordered_set33 typedef Alloc allocator_type;
36 typedef typename allocator_traits<allocator_type>::pointer pointer;
37 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
38 typedef typename allocator_traits<allocator_type>::size_type size_type;
39 typedef typename allocator_traits<allocator_type>::difference_type difference_type;
53 is_nothrow_default_constructible<allocator_type>::value);
56 const allocator_type& a = allocator_type());
61 const allocator_type& a = allocator_type());
62 explicit unordered_set(const allocator_type&);
69 is_nothrow_move_constructible<allocator_type>::value);
[all …]
H A Dunordered_map33 typedef Alloc allocator_type;
37 typedef typename allocator_traits<allocator_type>::pointer pointer;
38 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
39 typedef typename allocator_traits<allocator_type>::size_type size_type;
40 typedef typename allocator_traits<allocator_type>::difference_type difference_type;
54 is_nothrow_default_constructible<allocator_type>::value);
57 const allocator_type& a = allocator_type());
62 const allocator_type& a = allocator_type());
63 explicit unordered_map(const allocator_type&);
70 is_nothrow_move_constructible<allocator_type>::value);
[all …]
H A Dvector25 typedef Allocator allocator_type;
26 typedef typename allocator_type::reference reference;
27 typedef typename allocator_type::const_reference const_reference;
30 typedef typename allocator_type::size_type size_type;
31 typedef typename allocator_type::difference_type difference_type;
32 typedef typename allocator_type::pointer pointer;
33 typedef typename allocator_type::const_pointer const_pointer;
38 noexcept(is_nothrow_default_constructible<allocator_type>::value);
39 explicit vector(const allocator_type&);
41 explicit vector(size_type n, const allocator_type&); // C++14
[all …]
H A Dmap31 typedef Allocator allocator_type;
32 typedef typename allocator_type::reference reference;
33 typedef typename allocator_type::const_reference const_reference;
34 typedef typename allocator_type::pointer pointer;
35 typedef typename allocator_type::const_pointer const_pointer;
36 typedef typename allocator_type::size_type size_type;
37 typedef typename allocator_type::difference_type difference_type;
61 is_nothrow_default_constructible<allocator_type>::value &&
65 map(const key_compare& comp, const allocator_type& a);
71 const key_compare& comp, const allocator_type& a);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ext/
H A Dhash_set31 typedef Alloc allocator_type;
34 typedef typename allocator_traits<allocator_type>::pointer pointer;
35 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
36 typedef typename allocator_traits<allocator_type>::size_type size_type;
37 typedef typename allocator_traits<allocator_type>::difference_type difference_type;
44 const allocator_type& a = allocator_type());
49 const allocator_type& a = allocator_type());
54 allocator_type get_allocator() const;
117 typedef Alloc allocator_type;
120 typedef typename allocator_traits<allocator_type>::pointer pointer;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ext/
H A Dhash_set31 typedef Alloc allocator_type;
34 typedef typename allocator_traits<allocator_type>::pointer pointer;
35 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
36 typedef typename allocator_traits<allocator_type>::size_type size_type;
37 typedef typename allocator_traits<allocator_type>::difference_type difference_type;
44 const allocator_type& a = allocator_type());
49 const allocator_type& a = allocator_type());
54 allocator_type get_allocator() const;
117 typedef Alloc allocator_type;
120 typedef typename allocator_traits<allocator_type>::pointer pointer;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dunordered_set.h110 typedef typename _Hashtable::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
148 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
170 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
185 unordered_set(const allocator_type& __a) in _GLIBCXX_VISIBILITY()
195 const allocator_type& __a) in _GLIBCXX_VISIBILITY()
205 const allocator_type& __a) in _GLIBCXX_VISIBILITY()
225 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
229 unordered_set(size_type __n, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
234 const allocator_type& __a) in _GLIBCXX_VISIBILITY()
241 const allocator_type& __a) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dunordered_set.h110 typedef typename _Hashtable::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef
148 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
170 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
185 unordered_set(const allocator_type& __a) in _GLIBCXX_VISIBILITY()
195 const allocator_type& __a) in _GLIBCXX_VISIBILITY()
205 const allocator_type& __a) in _GLIBCXX_VISIBILITY()
225 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY()
229 unordered_set(size_type __n, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
234 const allocator_type& __a) in _GLIBCXX_VISIBILITY()
241 const allocator_type& __a) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/backward/
H A Dhash_map110 typedef typename _Ht::allocator_type allocator_type;
120 allocator_type
125 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
129 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
135 const allocator_type& __a = allocator_type())
140 : _M_ht(100, hasher(), key_equal(), allocator_type())
145 : _M_ht(__n, hasher(), key_equal(), allocator_type())
151 : _M_ht(__n, __hf, key_equal(), allocator_type())
157 const allocator_type& __a = allocator_type())
[all …]
H A Dhash_set114 typedef typename _Ht::allocator_type allocator_type;
124 allocator_type
129 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
133 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
136 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
139 const allocator_type& __a = allocator_type())
144 : _M_ht(100, hasher(), key_equal(), allocator_type())
149 : _M_ht(__n, hasher(), key_equal(), allocator_type())
155 : _M_ht(__n, __hf, key_equal(), allocator_type())
161 const allocator_type& __a = allocator_type())
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/backward/
H A Dhash_map110 typedef typename _Ht::allocator_type allocator_type;
120 allocator_type
125 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
129 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
135 const allocator_type& __a = allocator_type())
140 : _M_ht(100, hasher(), key_equal(), allocator_type())
145 : _M_ht(__n, hasher(), key_equal(), allocator_type())
151 : _M_ht(__n, __hf, key_equal(), allocator_type())
157 const allocator_type& __a = allocator_type())
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dhash_set114 typedef typename _Ht::allocator_type allocator_type;
124 allocator_type
129 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
133 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
136 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
139 const allocator_type& __a = allocator_type())
144 : _M_ht(100, hasher(), key_equal(), allocator_type())
149 : _M_ht(__n, hasher(), key_equal(), allocator_type())
155 : _M_ht(__n, __hf, key_equal(), allocator_type())
161 const allocator_type& __a = allocator_type())
[all …]
H A Dhash_map110 typedef typename _Ht::allocator_type allocator_type;
120 allocator_type
125 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
129 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
135 const allocator_type& __a = allocator_type())
140 : _M_ht(100, hasher(), key_equal(), allocator_type())
145 : _M_ht(__n, hasher(), key_equal(), allocator_type())
151 : _M_ht(__n, __hf, key_equal(), allocator_type())
157 const allocator_type& __a = allocator_type())
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dhash_map110 typedef typename _Ht::allocator_type allocator_type;
120 allocator_type
125 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
129 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
135 const allocator_type& __a = allocator_type())
140 : _M_ht(100, hasher(), key_equal(), allocator_type())
145 : _M_ht(__n, hasher(), key_equal(), allocator_type())
151 : _M_ht(__n, __hf, key_equal(), allocator_type())
157 const allocator_type& __a = allocator_type())
[all …]
H A Dhash_set114 typedef typename _Ht::allocator_type allocator_type;
124 allocator_type
129 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
133 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
136 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
139 const allocator_type& __a = allocator_type())
144 : _M_ht(100, hasher(), key_equal(), allocator_type())
149 : _M_ht(__n, hasher(), key_equal(), allocator_type())
155 : _M_ht(__n, __hf, key_equal(), allocator_type())
161 const allocator_type& __a = allocator_type())
[all …]

12345678