Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinked_list.h93 void push_front(T* const element) { in push_front() function
/aosp12/system/core/libutils/include/utils/
H A DList.h209 void push_front(const T& val) { insert(begin(), val); } in push_front() function
H A DVector.h207 inline void push_front(const TYPE& item) { insertAt(item, 0, 1); } in push_front() function
/aosp12/system/keymaster/include/keymaster/
H A DList.h186 void push_front(const T& val) { insert(begin(), val); } in push_front() function
H A Dandroid_keymaster_utils.h317 bool push_front(const keymaster_blob_t& new_entry) { in push_front() function
/aosp12/art/libartbase/base/
H A Dintrusive_forward_list.h188 void push_front(value_type& value) { in push_front() function