Searched refs:LinkedList (Results 1 - 4 of 4) sorted by relevance

/bionic/linker/
H A Dlinked_list.h32 class LinkedList { class
34 LinkedList() : head_(nullptr), tail_(nullptr) {} function in class:LinkedList
115 DISALLOW_COPY_AND_ASSIGN(LinkedList);
H A Dlinker.h113 typedef LinkedList<soinfo, SoinfoListAllocator> soinfo_list_t;
H A Dlinker.cpp617 LinkedList<soinfo, SoinfoListAllocatorRW> visit_list;
618 LinkedList<soinfo, SoinfoListAllocatorRW> visited;
/bionic/linker/tests/
H A Dlinked_list_test.cpp47 typedef LinkedList<const char, LinkedListTestAllocator> test_list_t;

Completed in 858 milliseconds