Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclbase/src/
Doscl_linked_list.h134 OSCL_IMPORT_REF int32 add_to_front(const OsclAny* new_element);
281 int32 add_to_front(const LLClass& new_element) in add_to_front() function
283 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() function
471 status = the_list.add_to_front(new_element); in add_to_front()
Doscl_linked_list.cpp132 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
/external/opencore/baselibs/gen_data_structures/src/
Dlinked_list.h62 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() function
398 int add_to_front(LLClass& new_data);
439 template <class LLClass> int MTLinkedList<LLClass>::add_to_front(LLClass& new_element) in add_to_front() function
443 status = the_list.add_to_front(new_element); in add_to_front()