Searched refs:ilist_node_base (Results 1 – 3 of 3) sorted by relevance
65 class ilist_node_base : public ilist_detail::node_base_prevnext<66 ilist_node_base<EnableSentinelTracking, ParentTy>,
18 template <bool EnableSentinelTracking, class ParentTy> class ilist_node_base; variable172 typedef ilist_node_base<enable_sentinel_tracking, parent_ty> node_base_type;
20 using node_base_type = ilist_node_base<EnableSentinelTracking, ParentTy>;