Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 15 of 15) sorted by relevance

/system/chre/util/include/chre/util/
Dpriority_queue.h154 typedef const ElementType *const_iterator; typedef
Dfixed_size_vector.h185 typedef const ElementType *const_iterator; typedef
Ddynamic_vector.h37 typedef const ElementType *const_iterator; typedef
Darray_queue.h201 typedef ArrayQueueIterator<const ElementType> const_iterator; typedef
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
Ddynamic_vector.h37 typedef const ElementType *const_iterator; typedef
/system/unwinding/libunwindstack/include/unwindstack/
DMaps.h68 typedef std::vector<std::shared_ptr<MapInfo>>::const_iterator const_iterator; typedef
/system/libhidl/transport/include/hidl/
DConcurrentMap.h30 using const_iterator = typename std::map<K, V>::const_iterator; variable
/system/core/libutils/include/utils/
DSortedVector.h131 typedef TYPE const* const_iterator; typedef
DList.h178 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef
DVector.h195 typedef TYPE const* const_iterator; typedef
/system/keymaster/include/keymaster/
DList.h163 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef
/system/incremental_delivery/incfs/include/
Dincfs.h122 using const_iterator = const T*; variable
/system/core/libutils/binder/include/utils/
DVector.h195 typedef TYPE const* const_iterator; typedef
/system/libhidl/base/include/hidl/
DHidlSupport.h567 using const_iterator = iter<true /* is_const */>; member
/system/logging/logd/
DLogStatistics.h95 typename std::unordered_map<TKey, TEntry>::const_iterator const_iterator; typedef