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

  /system/core/libsysutils/include/sysutils/
List.h 73 struct CONST_ITERATOR {
100 // 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)
    [all...]
  /system/core/libutils/include/utils/
List.h 74 struct CONST_ITERATOR {
101 // this will handle conversions from iterator to const_iterator
125 * handle comparisons between iterator and const_iterator
178 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef in class:android::List
198 inline const_iterator begin() const {
199 return const_iterator(const_cast<_Node const*>(mpMiddle->getNext()));
204 inline const_iterator end() const {
205 return const_iterator(const_cast<_Node const*>(mpMiddle));
224 void insert(iterator posn, const_iterator first, const_iterator last)
    [all...]
  /system/keymaster/include/keymaster/
List.h 72 struct CONST_ITERATOR {
99 // this will handle conversions from iterator to const_iterator
123 * handle comparisons between iterator and const_iterator
176 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef in class:keymaster::List
196 inline const_iterator begin() const {
197 return const_iterator(const_cast<_Node const*>(mpMiddle->getNext()));
202 inline const_iterator end() const {
203 return const_iterator(const_cast<_Node const*>(mpMiddle));
222 void insert(iterator posn, const_iterator first, const_iterator last)
    [all...]

Completed in 83 milliseconds