Home
last modified time | relevance | path

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

/bionic/linker/
Dlinked_list.h23 struct LinkedListEntry { struct
24 LinkedListEntry<T>* next; argument
46 LinkedListEntry<T>* new_entry = Allocator::alloc(); in push_front() argument