Home
last modified time | relevance | path

Searched defs:iterator (Results 1 – 19 of 19) sorted by relevance

/system/chre/util/include/chre/util/
Dfixed_size_vector.h180 typedef ElementType* iterator; typedef
Dpriority_queue.h152 typedef ElementType* iterator; typedef
Ddynamic_vector.h36 typedef ElementType* iterator; typedef
Darray_queue.h229 typedef ArrayQueueIterator<ElementType> iterator; typedef
/system/core/libunwindstack/
DElfInterfaceArm.h38 iterator(ElfInterfaceArm* interface, size_t index) : interface_(interface), index_(index) { } in iterator() function
/system/core/libunwindstack/include/unwindstack/
DMaps.h63 typedef std::vector<std::unique_ptr<MapInfo>>::iterator iterator; typedef
DDwarfSection.h46 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator() function
/system/core/fastboot/
Dusb_osx.cpp92 io_iterator_t iterator; in try_interfaces() local
395 io_iterator_t iterator; in init_usb() local
/system/libhidl/transport/include/hidl/
DConcurrentMap.h29 using iterator = typename std::map<K, V>::iterator; variable
/system/security/keystore/
Dgrant_store.cpp52 auto iterator = in put() local
/system/core/libbacktrace/include/backtrace/
DBacktraceMap.h78 iterator(BacktraceMap* map, size_t index) : map_(map), index_(index) {} in iterator() function
DBacktrace.h195 typedef std::vector<backtrace_frame_data_t>::iterator iterator; typedef
/system/core/libutils/include/utils/
DSortedVector.h130 typedef TYPE* iterator; typedef
DList.h177 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
DVector.h199 typedef TYPE* iterator; typedef
/system/keymaster/include/keymaster/
DList.h175 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
/system/core/adb/client/
Dusb_osx.cpp133 AndroidInterfaceAdded(io_iterator_t iterator) in AndroidInterfaceAdded()
/system/core/adb/
Dtypes.h32 using iterator = char*; member
/system/core/logd/
DLogStatistics.h78 typedef typename std::unordered_map<TKey, TEntry>::iterator iterator; typedef