Home
last modified time | relevance | path

Searched defs:LinkedListIterator (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/linker/
H A Dlinked_list.h43 LinkedListIterator() : entry_(nullptr) {} in LinkedListIterator() function
44 LinkedListIterator(const LinkedListIterator<T>& that) : entry_(that.entry_) {} in LinkedListIterator() function
45 explicit LinkedListIterator(LinkedListEntry<T>* entry) : entry_(entry) {} in LinkedListIterator() function
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...