HomeSort by relevance Sort by last modified time
    Searched full:ar_list (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/mclinker/lib/LD/
GroupReader.cpp 50 ArchiveListType ar_list; local
82 ar_list.push_back(entry);
119 ArchiveListType::iterator it = ar_list.begin();
120 ArchiveListType::iterator end = ar_list.end();
124 for (it = ar_list.begin(); it != end; ++it) {
136 for (it = ar_list.begin(); it != end; ++it) {
144 // cleanup ar_list
145 for (it = ar_list.begin(); it != end; ++it) {
149 ar_list.clear();

Completed in 70 milliseconds