HomeSort by relevance Sort by last modified time
    Searched refs:_ListIterator (Results 1 - 4 of 4) sorted by null

  /system/core/libsysutils/include/sysutils/
List.h 62 friend class _ListIterator;
88 class _ListIterator {
89 typedef _ListIterator<U, Constness> _Iter;
93 explicit _ListIterator(_NodePtr ptr) : mpNode(ptr) {}
96 _ListIterator() {}
97 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {}
98 ~_ListIterator() {}
105 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {}
176 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator;
177 typedef _ListIterator<T, CONST_ITERATOR> const_iterator
    [all...]
  /system/core/libutils/include/utils/
List.h 61 friend class _ListIterator;
87 class _ListIterator {
88 typedef _ListIterator<U, Constness> _Iter;
92 explicit _ListIterator(_NodePtr ptr) : mpNode(ptr) {}
95 _ListIterator() {}
96 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {}
97 ~_ListIterator() {}
104 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {}
175 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator;
176 typedef _ListIterator<T, CONST_ITERATOR> const_iterator
    [all...]
  /system/keymaster/
List.h 61 friend class _ListIterator;
87 class _ListIterator {
88 typedef _ListIterator<U, Constness> _Iter;
92 explicit _ListIterator(_NodePtr ptr) : mpNode(ptr) {}
95 _ListIterator() {}
96 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {}
97 ~_ListIterator() {}
104 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {}
175 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator;
176 typedef _ListIterator<T, CONST_ITERATOR> const_iterator
    [all...]
  /development/vndk/tools/header-checker/tests/input/
example1.h 78 friend class _ListIterator;

Completed in 8209 milliseconds