Home
last modified time | relevance | path

Searched defs:_ListIterator (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/include/utils/
DList.h63 friend class _ListIterator; variable
94 explicit _ListIterator(_NodePtr ptr) : mpNode(ptr) {} in _ListIterator() function
97 _ListIterator() {} in _ListIterator() function
98 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() function
106 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() function
/system/keymaster/include/keymaster/
DList.h60 friend class _ListIterator; variable
85 explicit _ListIterator(_NodePtr ptr) : mpNode(ptr) {} in _ListIterator() function
88 _ListIterator() {} in _ListIterator() function
89 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() function
96 template <typename V> explicit _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() function