Home
last modified time | relevance | path

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

/frameworks/native/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