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

  /system/core/include/sysutils/
List.h 173 delete[] (unsigned char*) mpMiddle;
182 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; }
195 return iterator(mpMiddle->getNext());
198 return const_iterator(const_cast<_Node const*>(mpMiddle->getNext()));
201 return iterator(mpMiddle);
204 return const_iterator(const_cast<_Node const*>(mpMiddle));
247 _Node* pCurrent = mpMiddle->getNext();
250 while (pCurrent != mpMiddle) {
255 mpMiddle->setPrev(mpMiddle)
    [all...]
  /system/core/include/utils/
List.h 172 delete[] (unsigned char*) mpMiddle;
181 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; }
194 return iterator(mpMiddle->getNext());
197 return const_iterator(const_cast<_Node const*>(mpMiddle->getNext()));
200 return iterator(mpMiddle);
203 return const_iterator(const_cast<_Node const*>(mpMiddle));
246 _Node* pCurrent = mpMiddle->getNext();
249 while (pCurrent != mpMiddle) {
254 mpMiddle->setPrev(mpMiddle)
    [all...]
  /system/netd/
List.h 173 delete[] (unsigned char*) mpMiddle;
182 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; }
195 return iterator(mpMiddle->getNext());
198 return const_iterator(const_cast<_Node const*>(mpMiddle->getNext()));
201 return iterator(mpMiddle);
204 return const_iterator(const_cast<_Node const*>(mpMiddle));
247 _Node* pCurrent = mpMiddle->getNext();
250 while (pCurrent != mpMiddle) {
255 mpMiddle->setPrev(mpMiddle)
    [all...]

Completed in 446 milliseconds