Searched refs:iterator_template (Results 1 – 4 of 4) sorted by relevance
72 class iterator_template {74 iterator_template(const iterator_template& i) : node_(i.node_) {} in iterator_template() function76 iterator_template& operator++() {81 iterator_template& operator--() {86 iterator_template& operator=(const iterator_template& i) {94 friend inline bool operator==(const iterator_template& lhs,95 const iterator_template& rhs) {98 friend inline bool operator!=(const iterator_template& lhs,99 const iterator_template& rhs) {107 iterator_template MoveBefore(IntrusiveList* list) { in MoveBefore()[all …]
81 iterator_template next_node = *this; in Erase()