Home
last modified time | relevance | path

Searched refs:cxx11_allocator (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/objects/
Dcxx11_allocator.hpp239 struct cxx11_allocator;
242 struct cxx11_allocator<T, Flags, struct
253 typedef cxx11_allocator<U, Flags> other;
257 explicit cxx11_allocator(int t = 0) : cxx11_allocator_base<T>(t) {} in cxx11_allocator() function
260 cxx11_allocator(cxx11_allocator<Y, Flags> const& x) in cxx11_allocator() argument
265 cxx11_allocator(cxx11_allocator const& x) : cxx11_allocator_base<T>(x) {} in cxx11_allocator() argument
269 bool operator==(cxx11_allocator const& x) const in operator ==() argument
274 bool operator!=(cxx11_allocator const& x) const { return !(*this == x); } in operator !=() argument
278 struct cxx11_allocator<T, Flags, struct
286 cxx11_allocator select_on_container_copy_construction() const in select_on_container_copy_construction() argument
[all …]
Dminimal.hpp46 template <class T> class cxx11_allocator;
550 template <class T> class cxx11_allocator class
556 cxx11_allocator() {} in cxx11_allocator() function in test::minimal::cxx11_allocator
557 template <class Y> cxx11_allocator(cxx11_allocator<Y> const&) {} in cxx11_allocator() function in test::minimal::cxx11_allocator
558 cxx11_allocator(cxx11_allocator const&) {} in cxx11_allocator() function in test::minimal::cxx11_allocator
559 ~cxx11_allocator() {} in ~cxx11_allocator()
591 inline bool operator==(cxx11_allocator<T> const&, cxx11_allocator<T> const&) in operator ==()
597 inline bool operator!=(cxx11_allocator<T> const&, cxx11_allocator<T> const&) in operator !=()
602 template <class T> void swap(cxx11_allocator<T>&, cxx11_allocator<T>&) {} in swap()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dallocate_shared_alloc11_test.cpp20 template< class T > class cxx11_allocator class
26 cxx11_allocator() in cxx11_allocator() function in cxx11_allocator
30 template< class Y > cxx11_allocator( cxx11_allocator<Y> const & ) in cxx11_allocator() function in cxx11_allocator
86 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>() ); in main()
93 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>(), 5 ); in main()
102 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>() ); in main()
115 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1 ); in main()
128 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2 ); in main()
141 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3 ); in main()
154 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4 ); in main()
[all …]
Dallocate_shared_construct11_test.cpp19 template< class T > class cxx11_allocator class
25 cxx11_allocator() in cxx11_allocator() function in cxx11_allocator
29 template< class Y > cxx11_allocator( cxx11_allocator<Y> const & ) in cxx11_allocator() function in cxx11_allocator
91 friend class cxx11_allocator<X>;
101 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>() ); in main()
114 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1 ); in main()
127 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2 ); in main()
140 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3 ); in main()
153 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4 ); in main()
166 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5 ); in main()
[all …]
Dshared_ptr_alloc11_test.cpp21 template< class T > class cxx11_allocator class
27 cxx11_allocator() in cxx11_allocator() function in cxx11_allocator
31 template< class Y > cxx11_allocator( cxx11_allocator<Y> const & ) in cxx11_allocator() function in cxx11_allocator
90 boost::shared_ptr<void> pv( new X, D(), cxx11_allocator<X>() ); in main()
98 pv.reset( new X, D(), cxx11_allocator<void>() ); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dswap_tests.cpp155 test::cxx11_allocator<test::object, test::propagate_swap> >*
158 test::cxx11_allocator<test::object, test::propagate_swap> >*
161 test::cxx11_allocator<test::object, test::propagate_swap> >*
164 test::equal_to, test::cxx11_allocator<test::object, test::propagate_swap> >*
168 test::cxx11_allocator<test::object, test::no_propagate_swap> >*
171 test::cxx11_allocator<test::object, test::no_propagate_swap> >*
174 test::cxx11_allocator<test::object, test::no_propagate_swap> >*
178 test::cxx11_allocator<test::object, test::no_propagate_swap> >*
Dcopy_tests.cpp163 test::cxx11_allocator<test::object, test::select_copy> >*
166 test::cxx11_allocator<test::object, test::select_copy> >*
169 test::cxx11_allocator<test::object, test::select_copy> >*
172 test::equal_to, test::cxx11_allocator<test::object, test::select_copy> >*
176 test::cxx11_allocator<test::object, test::no_select_copy> >*
179 test::cxx11_allocator<test::object, test::no_select_copy> >*
182 test::cxx11_allocator<test::object, test::no_select_copy> >*
185 test::equal_to, test::cxx11_allocator<test::object, test::no_select_copy> >*
Dassign_tests.cpp209 test::cxx11_allocator<test::object, test::propagate_assign> >*
212 test::cxx11_allocator<test::object, test::propagate_assign> >*
215 test::cxx11_allocator<test::object, test::propagate_assign> >*
219 test::cxx11_allocator<test::object, test::propagate_assign> >*
223 test::cxx11_allocator<test::object, test::no_propagate_assign> >*
226 test::cxx11_allocator<test::object, test::no_propagate_assign> >*
229 test::cxx11_allocator<test::object, test::no_propagate_assign> >*
233 test::cxx11_allocator<test::object, test::no_propagate_assign> >*
Dmove_tests.cpp314 test::cxx11_allocator<test::object, test::propagate_move> >*
317 test::cxx11_allocator<test::object, test::propagate_move> >*
320 test::cxx11_allocator<test::object, test::propagate_move> >*
323 test::equal_to, test::cxx11_allocator<test::object, test::propagate_move> >*
327 test::cxx11_allocator<test::object, test::no_propagate_move> >*
330 test::cxx11_allocator<test::object, test::no_propagate_move> >*
333 test::cxx11_allocator<test::object, test::no_propagate_move> >*
337 test::cxx11_allocator<test::object, test::no_propagate_move> >*
Dcompile_map.cpp51 test::minimal::cxx11_allocator<std::pair<int const, int> > > in UNORDERED_AUTO_TEST()
69 test::minimal::cxx11_allocator<std::pair<int const, int> > > in UNORDERED_AUTO_TEST()
91 test::minimal::cxx11_allocator<std::pair<int const, int> > > in UNORDERED_AUTO_TEST()
109 test::minimal::cxx11_allocator<std::pair<int const, int> > > in UNORDERED_AUTO_TEST()
137 test::minimal::cxx11_allocator<std::pair<int const, int> > > in UNORDERED_AUTO_TEST()
155 test::minimal::cxx11_allocator<std::pair<int const, int> > > in UNORDERED_AUTO_TEST()
Dcompile_set.cpp48 test::minimal::cxx11_allocator<int> > in UNORDERED_AUTO_TEST()
66 test::minimal::cxx11_allocator<int> > in UNORDERED_AUTO_TEST()
86 test::minimal::cxx11_allocator<int> > in UNORDERED_AUTO_TEST()
103 test::minimal::cxx11_allocator<int> > in UNORDERED_AUTO_TEST()
129 test::minimal::cxx11_allocator<int> > in UNORDERED_AUTO_TEST()
145 test::minimal::cxx11_allocator<int> > in UNORDERED_AUTO_TEST()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/checks/
DJamfile.v271 obj cxx11_allocator : test_case.cpp : <define>TEST_BOOST_NO_CXX11_ALLOCATOR ;