Home
last modified time | relevance | path

Searched refs:ArchiveListType (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp47 typedef std::vector<ArchiveListEntry*> ArchiveListType; in readGroup() typedef
48 ArchiveListType ar_list; in readGroup()
113 ArchiveListType::iterator it = ar_list.begin(); in readGroup()
114 ArchiveListType::iterator end = ar_list.end(); in readGroup()