Home
last modified time | relevance | path

Searched refs:push_front (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinked_list_test.cpp78 list.push_front("a"); in TEST()
82 list.push_front("b"); in TEST()
84 list.push_front("c"); in TEST()
85 list.push_front("d"); in TEST()
113 list.push_front("b"); in TEST()
114 list.push_front("a"); in TEST()
Dlinked_list.h93 void push_front(T* const element) { in push_front() function