Searched refs:move_to_end (Results 1 – 3 of 3) sorted by relevance
170 OSCL_IMPORT_REF int32 move_to_end(const OsclAny* data_to_move);332 int32 move_to_end(const LLClass& data_to_move) in move_to_end() function334 return Oscl_Linked_List_Base::move_to_end(&data_to_move); in move_to_end()544 int32 move_to_end(const LLClass& data_to_move) in move_to_end() function549 status = the_list.move_to_end(data_to_move); in move_to_end()
301 OSCL_EXPORT_REF int32 Oscl_Linked_List_Base::move_to_end(const OsclAny* data_to_move) in move_to_end() function in Oscl_Linked_List_Base
66 int move_to_end(const LLClass& data_to_move);304 template <class LLClass> int LinkedList<LLClass>::move_to_end(const LLClass& data_to_move) in move_to_end() function401 int move_to_end(const LLClass& data_to_move);492 template <class LLClass> int MTLinkedList<LLClass>::move_to_end(const LLClass& data_to_move) in move_to_end() function496 status = the_list.move_to_end(data_to_move); in move_to_end()