Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_table.h163 const_iterator() {} in const_iterator() function
164 const_iterator(const BitTable* table, uint32_t row) : table_(table), row_(row) {} in const_iterator() function
229 typedef typename BitTable<Accessor>::const_iterator const_iterator; typedef
Darray_ref.h49 using const_iterator = const T*; variable
Darray_slice.h40 using const_iterator = StrideIterator<const T>; variable
Dtransform_array_ref.h53 using const_iterator = typename std::conditional< variable
Dsafe_map.h41 typedef typename ::std::map<K, V, Comparator, Allocator>::const_iterator const_iterator; typedef
Dintrusive_forward_list.h144 typedef IntrusiveForwardListIterator<const T, hook_traits> const_iterator; typedef
Dhash_set.h180 using const_iterator = HashSetIterator<const T, const HashSet>; variable
/art/cmdline/
Dtoken_range.h111 using const_iterator = iterator; member
/art/runtime/
Dstack_map.h62 using const_iterator = const DexRegisterLocation*; variable