Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dhash_index_node.hpp100 struct hashed_index_base_node_impl struct
104 >::type base_allocator;
107 >::type node_allocator;
108 typedef allocator_traits<base_allocator> base_alloc_traits;
109 typedef allocator_traits<node_allocator> node_alloc_traits;
110 typedef typename base_alloc_traits::pointer base_pointer;
111 typedef typename base_alloc_traits::const_pointer const_base_pointer;
112 typedef typename node_alloc_traits::pointer pointer;
113 typedef typename node_alloc_traits::const_pointer const_pointer;
114 typedef typename node_alloc_traits::difference_type difference_type;
[all …]