Searched defs:List (Results 1 - 2 of 2) sorted by relevance

/system/core/include/sysutils/
H A DList.h25 // The only class you want to use from here is "List".
37 * Doubly-linked list. Instantiate with "List<MyClass> myList".
43 class List class in namespace:android::sysutils
61 friend class List;
160 friend class List;
164 List() { function in class:android::sysutils::List
167 List(const List<T>& src) { // copy-constructor function in class:android::sysutils::List
171 virtual ~List() {
179 List<
[all...]
/system/netd/
H A DList.h25 // The only class you want to use from here is "List".
37 * Doubly-linked list. Instantiate with "List<MyClass> myList".
43 class List class in namespace:android::netd
61 friend class List;
160 friend class List;
164 List() { function in class:android::netd::List
167 List(const List<T>& src) { // copy-constructor function in class:android::netd::List
171 virtual ~List() {
179 List<
[all...]

Completed in 48 milliseconds