Searched refs:LinkedHashSetNodeBase (Results 1 – 1 of 1) sorted by relevance
52 class LinkedHashSetNodeBase {54 LinkedHashSetNodeBase() : m_prev(this), m_next(this) { } in LinkedHashSetNodeBase() function67 ~LinkedHashSetNodeBase() in ~LinkedHashSetNodeBase()72 void insertBefore(LinkedHashSetNodeBase& other) in insertBefore()84 void insertAfter(LinkedHashSetNodeBase& other) in insertAfter()96 LinkedHashSetNodeBase(LinkedHashSetNodeBase* prev, LinkedHashSetNodeBase* next) in LinkedHashSetNodeBase() function103 LinkedHashSetNodeBase* m_prev;104 LinkedHashSetNodeBase* m_next;110 LinkedHashSetNodeBase(const LinkedHashSetNodeBase& other) in LinkedHashSetNodeBase() function116 LinkedHashSetNodeBase& operator=(const LinkedHashSetNodeBase& other);[all …]