Searched refs:move_to_front (Results 1 – 3 of 3) sorted by relevance
177 OSCL_IMPORT_REF int32 move_to_front(const OsclAny* data_to_move);342 int32 move_to_front(const LLClass& data_to_move) in move_to_front() function344 return Oscl_Linked_List_Base::move_to_front(&data_to_move); in move_to_front()559 int32 move_to_front(const LLClass& data_to_move) in move_to_front() function564 status = the_list.move_to_front(data_to_move); in move_to_front()
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
67 int move_to_front(const LLClass& data_to_move);342 template <class LLClass> int LinkedList<LLClass>::move_to_front(const LLClass& data_to_move) in move_to_front() function402 int move_to_front(const LLClass& data_to_move);501 template <class LLClass> int MTLinkedList<LLClass>::move_to_front(const LLClass& data_to_move) in move_to_front() function505 status = the_list.move_to_front(data_to_move); in move_to_front()