Home
last modified time | relevance | path

Searched refs:move_to_end (Results 1 – 3 of 3) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
Doscl_linked_list.h170 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() function
334 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() function
549 status = the_list.move_to_end(data_to_move); in move_to_end()
Doscl_linked_list.cpp301 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
/external/opencore/baselibs/gen_data_structures/src/
Dlinked_list.h66 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() function
401 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() function
496 status = the_list.move_to_end(data_to_move); in move_to_end()