Searched defs:move_to_front (Results 1 – 3 of 3) sorted by relevance
342 template <class LLClass> int LinkedList<LLClass>::move_to_front(const LLClass& data_to_move) in move_to_front() function501 template <class LLClass> int MTLinkedList<LLClass>::move_to_front(const LLClass& data_to_move) in move_to_front() function
342 int32 move_to_front(const LLClass& data_to_move) in move_to_front() function559 int32 move_to_front(const LLClass& data_to_move) in move_to_front() function
343 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