Searched defs:List (Results 1 - 3 of 3) 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/core/include/utils/
H A DList.h25 // The only class you want to use from here is "List".
36 * Doubly-linked list. Instantiate with "List<MyClass> myList".
42 class List class in namespace:android
60 friend class List;
159 friend class List;
163 List() { function in class:android::List
166 List(const List<T>& src) { // copy-constructor function in class:android::List
170 virtual ~List() {
178 List<
[all...]
/system/netd/server/
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 122 milliseconds