Home
last modified time | relevance | path

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

/system/chre/util/include/chre/util/
Dfixed_size_vector.h173 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.h215 typedef ArrayQueueIterator<const ElementType> const_iterator; typedef
/system/core/libunwindstack/include/unwindstack/
DMaps.h52 typedef std::vector<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/netd/libbpf/include/bpf/
DBpfMap.h93 const_iterator(const BpfMap<Key, Value>* map) : mMap(map) { in const_iterator() function
/system/core/libutils/include/utils/
DSortedVector.h131 typedef TYPE const* const_iterator; typedef
DList.h178 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef
DVector.h200 typedef TYPE const* const_iterator; typedef
/system/core/libbacktrace/include/backtrace/
DBacktrace.h197 typedef std::vector<backtrace_frame_data_t>::const_iterator const_iterator; typedef
/system/core/libsysutils/include/sysutils/
DList.h177 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef
/system/keymaster/include/keymaster/
DList.h176 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef
/system/libhidl/base/include/hidl/
DHidlSupport.h552 using const_iterator = iter<true /* is_const */>; member
/system/core/logd/
DLogStatistics.h80 typename std::unordered_map<TKey, TEntry>::const_iterator const_iterator; typedef