Home
last modified time | relevance | path

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

/system/keymaster/include/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/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