Home
last modified time | relevance | path

Searched defs:polymorphic_allocator (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/container/include/boost/container/pmr/
Dpolymorphic_allocator.hpp38 class polymorphic_allocator class
45 polymorphic_allocator() BOOST_NOEXCEPT in polymorphic_allocator() function in boost::container::pmr::polymorphic_allocator
56 polymorphic_allocator(memory_resource* r) in polymorphic_allocator() function in boost::container::pmr::polymorphic_allocator
62 polymorphic_allocator(const polymorphic_allocator& other) in polymorphic_allocator() function in boost::container::pmr::polymorphic_allocator
69 polymorphic_allocator(const polymorphic_allocator<U>& other) BOOST_NOEXCEPT in polymorphic_allocator() function in boost::container::pmr::polymorphic_allocator
/external/cronet/third_party/libc++/src/include/__memory_resource/
Dpolymorphic_allocator.h49 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator() noexcept : __res_(std::pmr::get_default_resource()) … in polymorphic_allocator() function
51 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(memory_resource* __r) noexcept : __res_(__r) {} in polymorphic_allocator() function
56 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept in polymorphic_allocator() function
/external/cronet/third_party/libc++/src/include/__fwd/
Dmemory_resource.h23 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator; variable