Home
last modified time | relevance | path

Searched defs:hashed_index_node (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.hpp704 struct hashed_index_node: struct
708 typedef hashed_index_node_trampoline<Super> trampoline;
711 typedef typename trampoline::impl_type impl_type;
712 typedef typename trampoline::base_pointer impl_base_pointer;
713 typedef typename trampoline::const_base_pointer const_impl_base_pointer;
714 typedef typename trampoline::pointer impl_pointer;
715 typedef typename trampoline::const_pointer const_impl_pointer;
716 typedef typename trampoline::difference_type difference_type;
719 struct node_alg{
723 impl_pointer& prior(){return trampoline::prior();} in prior()
[all …]