Home
last modified time | relevance | path

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

/system/chre/util/include/chre/util/
Dfixed_size_vector.h181 typedef const ElementType* const_iterator; typedef
Dpriority_queue.h153 typedef const ElementType* const_iterator; typedef
Ddynamic_vector.h37 typedef const ElementType* const_iterator; typedef
Darray_queue.h230 typedef ArrayQueueIterator<const ElementType> const_iterator; typedef
/system/core/libunwindstack/include/unwindstack/
DMaps.h67 typedef std::vector<std::unique_ptr<MapInfo>>::const_iterator const_iterator; typedef
/system/bt/gd/common/
Dlru_cache.h59 using const_iterator = typename ListMap<Key, T>::const_iterator; variable
Dlist_map.h51 using const_iterator = typename std::list<value_type>::const_iterator; variable
/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.h198 typedef TYPE const* const_iterator; typedef
/system/keymaster/include/keymaster/
DList.h176 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef
/system/core/libbacktrace/include/backtrace/
DBacktrace.h176 typedef std::vector<backtrace_frame_data_t>::const_iterator const_iterator; typedef
/system/incremental_delivery/incfs/include/
Dincfs.h115 using const_iterator = const T*; variable
/system/libhidl/base/include/hidl/
DHidlSupport.h572 using const_iterator = iter<true /* is_const */>; member
/system/core/logd/
DLogStatistics.h96 typename std::unordered_map<TKey, TEntry>::const_iterator const_iterator; typedef