Home | History | Annotate | Download | only in linker

Lines Matching full:linked_list_t

1220 using linked_list_t = LinkedList<T, TypeBasedAllocator<LinkedListEntry<T>>>;
1222 typedef linked_list_t<soinfo> SoinfoLinkedList;
1223 typedef linked_list_t<const char> StringLinkedList;