Home
last modified time | relevance | path

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

/system/chre/util/include/chre/util/
Dpriority_queue.h153 typedef ElementType *iterator; typedef
Dfixed_size_vector.h180 typedef ElementType *iterator; typedef
Ddynamic_vector.h36 typedef ElementType *iterator; typedef
Darray_queue.h228 typedef ArrayQueueIterator<ElementType> iterator; typedef
/system/bt/gd/packet/
Dfragmenting_inserter.cc25std::back_insert_iterator<std::vector<std::unique_ptr<RawBuilder>>> iterator) in FragmentingInserter()
/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/incremental_delivery/incfs/include/
DMountRegistry.h71 explicit iterator(base b) : base(b) {} in iterator() function
/system/libhidl/transport/include/hidl/
DConcurrentMap.h29 using iterator = typename std::map<K, V>::iterator; variable
/system/bt/gd/packet/parser/
Dstruct_def.cc49 …std::string iterator = (is_little_endian_ ? "Iterator<kLittleEndian>" : "Iterator<!kLittleEndian>"… in GenParse() local
/system/security/keystore/
Dgrant_store.cpp52 auto iterator = in put() local
/system/core/libbacktrace/include/backtrace/
DBacktraceMap.h76 iterator(BacktraceMap* map, size_t index) : map_(map), index_(index) {} in iterator() function
DBacktrace.h172 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.cpp135 AndroidInterfaceAdded(io_iterator_t iterator) in AndroidInterfaceAdded()
/system/core/adb/
Dtypes.h33 using iterator = char*; member
/system/core/logd/
DLogStatistics.h78 typedef typename std::unordered_map<TKey, TEntry>::iterator iterator; typedef