Searched defs:_Iter (Results 1 - 2 of 2) sorted by relevance

/system/core/include/sysutils/
H A DList.h89 typedef _ListIterator<U, Constness> _Iter; typedef in class:android::sysutils::List::_ListIterator
97 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {}
117 inline bool operator==(const _Iter& right) const {
120 inline bool operator!=(const _Iter& right) const {
137 inline _Iter& operator++() { // pre-increment
141 const _Iter operator++(int) { // post-increment
142 _Iter tmp(*this);
146 inline _Iter& operator--() { // pre-increment
150 const _Iter operator--(int) { // post-increment
151 _Iter tm
[all...]
/system/netd/
H A DList.h89 typedef _ListIterator<U, Constness> _Iter; typedef in class:android::netd::List::_ListIterator
97 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {}
117 inline bool operator==(const _Iter& right) const {
120 inline bool operator!=(const _Iter& right) const {
137 inline _Iter& operator++() { // pre-increment
141 const _Iter operator++(int) { // post-increment
142 _Iter tmp(*this);
146 inline _Iter& operator--() { // pre-increment
150 const _Iter operator--(int) { // post-increment
151 _Iter tm
[all...]

Completed in 67 milliseconds