Searched refs:SListNode (Results 1 – 1 of 1) sorted by relevance
24 struct SListNode { struct30 explicit SListNode(SListNode* p) noexcept : next {p} in SListNode() argument33 SListNode() noexcept = default;36 void Swap(SListNode& rhs) noexcept in Swap() argument44 SListNode* next {this};