Home
last modified time | relevance | path

Searched defs:hashed_index_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.hpp126 struct hashed_index_node_impl:hashed_index_base_node_impl<Allocator> struct
129 typedef hashed_index_base_node_impl<Allocator> super;
132 typedef typename super::base_pointer base_pointer;
133 typedef typename super::const_base_pointer const_base_pointer;
134 typedef typename super::pointer pointer;
135 typedef typename super::const_pointer const_pointer;
137 base_pointer& next(){return next_;} in next()
138 base_pointer next()const{return next_;} in next()
140 static pointer pointer_from(base_pointer x) in pointer_from()
147 static base_pointer base_pointer_from(pointer x) in base_pointer_from()
[all …]