Home
last modified time | relevance | path

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

/system/core/include/sysutils/
DList.h62 friend class _ListIterator; variable
93 explicit _ListIterator(_NodePtr ptr) : mpNode(ptr) {} in _ListIterator() function
96 _ListIterator() {} in _ListIterator() function
97 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() function
105 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() function
/system/keymaster/
DList.h61 friend class _ListIterator; variable
92 explicit _ListIterator(_NodePtr ptr) : mpNode(ptr) {} in _ListIterator() function
95 _ListIterator() {} in _ListIterator() function
96 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() function
104 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() function
/system/core/include/utils/
DList.h61 friend class _ListIterator; variable
92 explicit _ListIterator(_NodePtr ptr) : mpNode(ptr) {} in _ListIterator() function
95 _ListIterator() {} in _ListIterator() function
96 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() function
104 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() function