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

/bionic/linker/
H A Dlinked_list.h66 class LinkedList { class
71 LinkedList() : head_(nullptr), tail_(nullptr) {} function in class:LinkedList
72 ~LinkedList() {
76 LinkedList(LinkedList&& that) { function in class:LinkedList
229 static LinkedList make_list(T* const element) {
230 LinkedList<T, Allocator> one_element_list;
238 DISALLOW_COPY_AND_ASSIGN(LinkedList);
H A Dlinker.h178 typedef LinkedList<soinfo, SoinfoListAllocator> soinfo_list_t;
179 typedef LinkedList<android_namespace_t, NamespaceListAllocator> android_namespace_list_t;
H A Dlinker.cpp1220 using linked_list_t = LinkedList<T, TypeBasedAllocator<LinkedListEntry<T>>>;
/bionic/linker/tests/
H A Dlinked_list_test.cpp47 typedef LinkedList<const char, LinkedListTestAllocator> test_list_t;

Completed in 120 milliseconds