Searched refs:add_to_front (Results 1 – 3 of 3) sorted by relevance
134 OSCL_IMPORT_REF int32 add_to_front(const OsclAny* new_element);281 int32 add_to_front(const LLClass& new_element) in add_to_front() function283 return Oscl_Linked_List_Base::add_to_front(&new_element); in add_to_front()466 int32 add_to_front(LLClass& new_element) in add_to_front() function471 status = the_list.add_to_front(new_element); in add_to_front()
132 OSCL_EXPORT_REF int32 Oscl_Linked_List_Base::add_to_front(const OsclAny* new_element) in add_to_front() function in Oscl_Linked_List_Base
62 int add_to_front(const LLClass& new_data);165 template <class LLClass> int LinkedList<LLClass>::add_to_front(const LLClass& new_element) in add_to_front() function398 int add_to_front(LLClass& new_data);439 template <class LLClass> int MTLinkedList<LLClass>::add_to_front(LLClass& new_element) in add_to_front() function443 status = the_list.add_to_front(new_element); in add_to_front()