OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ListIterator
(Results
1 - 3
of
3
) sorted by null
/system/core/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/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/netd/
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
...]
Completed in 63 milliseconds