Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Ddeque.hpp134 typedef Pointer val_alloc_ptr; typedef in boost::container::dtl::deque_iterator
150 …BOOST_CONTAINER_FORCEINLINE deque_iterator(val_alloc_ptr x, index_pointer y, difference_type block… in deque_iterator()
332 typedef typename val_alloc_traits_type::pointer val_alloc_ptr; typedef in boost::container::deque_base
339 portable_rebind_alloc<val_alloc_ptr>::type ptr_alloc_t;
354 typedef dtl::deque_iterator<val_alloc_ptr, false> iterator;
355 typedef dtl::deque_iterator<val_alloc_ptr, true > const_iterator;
363 BOOST_CONTAINER_FORCEINLINE val_alloc_ptr priv_allocate_node() in priv_allocate_node()
366 BOOST_CONTAINER_FORCEINLINE void priv_deallocate_node(val_alloc_ptr p) BOOST_NOEXCEPT_OR_NOTHROW in priv_deallocate_node()