Home
last modified time | relevance | path

Searched defs:cxx11_allocator (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/objects/
Dcxx11_allocator.hpp242 struct cxx11_allocator<T, Flags, struct
251 template <typename U> struct rebind
257 explicit cxx11_allocator(int t = 0) : cxx11_allocator_base<T>(t) {} in cxx11_allocator() argument
260 cxx11_allocator(cxx11_allocator<Y, Flags> const& x) in cxx11_allocator() function
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 ==()
274 bool operator!=(cxx11_allocator const& x) const { return !(*this == x); } in operator !=()
278 struct cxx11_allocator<T, Flags, struct
286 cxx11_allocator select_on_container_copy_construction() const in select_on_container_copy_construction()
294 template <typename U> struct rebind
[all …]
Dminimal.hpp550 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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
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
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
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