OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastSrc
(Results
1 - 3
of
3
) sorted by null
/system/core/include/sysutils/
List.h
321
const_iterator
lastSrc
= right.end();
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/core/include/utils/
List.h
320
const_iterator
lastSrc
= right.end();
321
while (firstSrc !=
lastSrc
&& firstDst != lastDst)
323
if (firstSrc ==
lastSrc
) // ran out of elements in source?
326
insert(lastDst, firstSrc,
lastSrc
); // copy remaining over
/system/netd/server/
List.h
321
const_iterator
lastSrc
= right.end();
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 274 milliseconds