Home
last modified time | relevance | path

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

/external/opencore/baselibs/gen_data_structures/src/
Dlinked_list.h342 template <class LLClass> int LinkedList<LLClass>::move_to_front(const LLClass& data_to_move) in move_to_front() function
501 template <class LLClass> int MTLinkedList<LLClass>::move_to_front(const LLClass& data_to_move) in move_to_front() function
/external/opencore/oscl/oscl/osclbase/src/
Doscl_linked_list.h342 int32 move_to_front(const LLClass& data_to_move) in move_to_front() function
559 int32 move_to_front(const LLClass& data_to_move) in move_to_front() function
Doscl_linked_list.cpp343 OSCL_EXPORT_REF int32 Oscl_Linked_List_Base::move_to_front(const OsclAny* data_to_move) in move_to_front() function in Oscl_Linked_List_Base