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

/system/core/include/sysutils/
H A DList.h100 // this will handle conversions from iterator to const_iterator
124 * handle comparisons between iterator and const_iterator
177 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef in class:android::sysutils::List
197 inline const_iterator begin() const {
198 return const_iterator(const_cast<_Node const*>(mpMiddle->getNext()));
203 inline const_iterator end() const {
204 return const_iterator(const_cast<_Node const*>(mpMiddle));
223 void insert(iterator posn, const_iterator first, const_iterator last) {
320 const_iterator firstSr
[all...]
/system/netd/
H A DList.h100 // this will handle conversions from iterator to const_iterator
124 * handle comparisons between iterator and const_iterator
177 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef in class:android::netd::List
197 inline const_iterator begin() const {
198 return const_iterator(const_cast<_Node const*>(mpMiddle->getNext()));
203 inline const_iterator end() const {
204 return const_iterator(const_cast<_Node const*>(mpMiddle));
223 void insert(iterator posn, const_iterator first, const_iterator last) {
320 const_iterator firstSr
[all...]

Completed in 55 milliseconds