Home
last modified time | relevance | path

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

/art/compiler/utils/
Dintrusive_forward_list.h59 class IntrusiveForwardList; variable
105 friend class IntrusiveForwardList; variable
148 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function
151 IntrusiveForwardList(IntrusiveForwardList&& src) : first_(src.first_.next_hook) { in IntrusiveForwardList() function