Searched refs:ListHead (Results 1 - 4 of 4) sorted by relevance
/third_party/node/src/ |
H A D | util-inl.h | 99 ListHead<T, M>::Iterator::Iterator(ListNode<T>* node) : node_(node) {} in Iterator() 102 T* ListHead<T, M>::Iterator::operator*() const { in operator *() 107 const typename ListHead<T, M>::Iterator& 108 ListHead<T, M>::Iterator::operator++() { in operator ++() 114 bool ListHead<T, M>::Iterator::operator!=(const Iterator& that) const { in operator !=() 119 ListHead<T, M>::~ListHead() { in ~ListHead() 125 void ListHead<T, M>::PushBack(T* element) { in PushBack() 134 void ListHead<T, M>::PushFront(T* element) { in PushFront() 143 bool ListHead< [all...] |
H A D | util.h | 209 class ListHead; 223 template <typename U, ListNode<U> (U::*M)> friend class ListHead; 230 class ListHead { class 239 friend class ListHead; 244 inline ListHead() = default; 245 inline ~ListHead(); 253 ListHead(const ListHead&) = delete; 254 ListHead& operator=(const ListHead [all...] |
H A D | env.h | 827 typedef ListHead<HandleWrap, &HandleWrap::handle_wrap_queue_> HandleWrapQueue; 828 typedef ListHead<ReqWrapBase, &ReqWrapBase::req_wrap_queue_> ReqWrapQueue;
|
/third_party/node/test/cctest/ |
H A D | test_util.cc | 17 TEST(UtilTest, ListHead) { in TEST() 19 typedef node::ListHead<Item, &Item::node_> List; in TEST()
|
Completed in 4 milliseconds