Searched defs:IntrusiveForwardList (Results 1 – 1 of 1) sorted by relevance
60 class IntrusiveForwardList; variable106 friend class IntrusiveForwardList; variable149 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function152 IntrusiveForwardList(IntrusiveForwardList&& src) : first_(src.first_.next_hook) { in IntrusiveForwardList() function