Searched defs:iterator (Results 1 – 19 of 19) sorted by relevance
| /system/chre/util/include/chre/util/ |
| D | fixed_size_vector.h | 172 typedef ElementType* iterator; typedef
|
| D | priority_queue.h | 152 typedef ElementType* iterator; typedef
|
| D | dynamic_vector.h | 36 typedef ElementType* iterator; typedef
|
| D | array_queue.h | 198 typedef ArrayQueueIterator<ElementType> iterator; typedef
|
| /system/core/libunwindstack/include/unwindstack/ |
| D | DwarfSection.h | 43 iterator(DwarfSection* section, size_t index) : section_(section), index_(index) {} in iterator() function
|
| D | Maps.h | 47 typedef std::vector<MapInfo>::iterator iterator; typedef
|
| /system/core/libunwindstack/ |
| D | ElfInterfaceArm.h | 38 iterator(ElfInterfaceArm* interface, size_t index) : interface_(interface), index_(index) { } in iterator() function
|
| /system/core/fastboot/ |
| D | usb_osx.cpp | 88 io_iterator_t iterator; in try_interfaces() local 395 io_iterator_t iterator; in init_usb() local
|
| /system/libhidl/transport/include/hidl/ |
| D | ConcurrentMap.h | 29 using iterator = typename std::map<K, V>::iterator; variable
|
| /system/core/libbacktrace/include/backtrace/ |
| D | BacktraceMap.h | 84 typedef std::deque<backtrace_map_t>::iterator iterator; typedef
|
| D | Backtrace.h | 141 typedef std::vector<backtrace_frame_data_t>::iterator iterator; typedef
|
| /system/security/keystore/ |
| D | grant_store.cpp | 51 auto iterator = std::find_if(uid_grant_list.begin(), uid_grant_list.end(), in put() local
|
| /system/core/libutils/include/utils/ |
| D | SortedVector.h | 128 typedef TYPE* iterator; typedef
|
| D | List.h | 175 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
|
| D | Vector.h | 197 typedef TYPE* iterator; typedef
|
| /system/core/libsysutils/include/sysutils/ |
| D | List.h | 176 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
|
| /system/keymaster/ |
| D | List.h | 175 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
|
| /system/core/adb/client/ |
| D | usb_osx.cpp | 133 AndroidInterfaceAdded(io_iterator_t iterator) in AndroidInterfaceAdded()
|
| /system/core/logd/ |
| D | LogStatistics.h | 78 typedef typename std::unordered_map<TKey, TEntry>::iterator iterator; typedef
|