Searched refs:IntrusiveForwardListHook (Results 1 – 3 of 3) sorted by relevance
31 struct IntrusiveForwardListHook { struct32 IntrusiveForwardListHook() : next_hook(nullptr) { } in IntrusiveForwardListHook() argument33 explicit IntrusiveForwardListHook(const IntrusiveForwardListHook* hook) : next_hook(hook) { } in IntrusiveForwardListHook() function36 IntrusiveForwardListHook(const IntrusiveForwardListHook& other ATTRIBUTE_UNUSED) in IntrusiveForwardListHook() function38 IntrusiveForwardListHook& operator=(const IntrusiveForwardListHook& src ATTRIBUTE_UNUSED) {42 mutable const IntrusiveForwardListHook* next_hook; argument45 template <typename T, IntrusiveForwardListHook T::* NextPtr = &T::hook>87 explicit IntrusiveForwardListIterator(const IntrusiveForwardListHook* hook) : hook_(hook) { } in IntrusiveForwardListIterator()89 const IntrusiveForwardListHook* hook_;185 const IntrusiveForwardListHook* new_hook = hook_traits::GetHook(&value); in insert_after()[all …]
30 IntrusiveForwardListHook hook;
1358 IntrusiveForwardListHook hook;