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.h172 typedef ElementType* iterator; typedef
Dpriority_queue.h152 typedef ElementType* iterator; typedef
Ddynamic_vector.h36 typedef ElementType* iterator; typedef
Darray_queue.h198 typedef ArrayQueueIterator<ElementType> iterator; typedef
/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h43 iterator(DwarfSection* section, size_t index) : section_(section), index_(index) {} in iterator() function
DMaps.h47 typedef std::vector<MapInfo>::iterator iterator; typedef
/system/core/libunwindstack/
DElfInterfaceArm.h38 iterator(ElfInterfaceArm* interface, size_t index) : interface_(interface), index_(index) { } in iterator() function
/system/core/fastboot/
Dusb_osx.cpp88 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/core/libbacktrace/include/backtrace/
DBacktraceMap.h84 typedef std::deque<backtrace_map_t>::iterator iterator; typedef
DBacktrace.h141 typedef std::vector<backtrace_frame_data_t>::iterator iterator; typedef
/system/security/keystore/
Dgrant_store.cpp51 auto iterator = std::find_if(uid_grant_list.begin(), uid_grant_list.end(), in put() local
/system/core/libutils/include/utils/
DSortedVector.h128 typedef TYPE* iterator; typedef
DList.h175 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
DVector.h197 typedef TYPE* iterator; typedef
/system/core/libsysutils/include/sysutils/
DList.h176 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
/system/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/logd/
DLogStatistics.h78 typedef typename std::unordered_map<TKey, TEntry>::iterator iterator; typedef