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

/system/core/include/sysutils/
H A DList.h321 const_iterator lastSrc = right.end(); local
322 while (firstSrc != lastSrc && firstDst != lastDst)
324 if (firstSrc == lastSrc) // ran out of elements in source?
327 insert(lastDst, firstSrc, lastSrc); // copy remaining over
/system/netd/
H A DList.h321 const_iterator lastSrc = right.end(); local
322 while (firstSrc != lastSrc && firstDst != lastDst)
324 if (firstSrc == lastSrc) // ran out of elements in source?
327 insert(lastDst, firstSrc, lastSrc); // copy remaining over

Completed in 4 milliseconds