Home
last modified time | relevance | path

Searched refs:difference_type (Results 1 – 19 of 19) sorted by relevance

/art/libartbase/base/
Dstride_iterator.h29 using difference_type =
30 typename std::iterator<std::random_access_iterator_tag, T>::difference_type;
72 StrideIterator& operator+=(difference_type delta) {
77 StrideIterator operator+(difference_type delta) const {
83 StrideIterator& operator-=(difference_type delta) {
88 StrideIterator operator-(difference_type delta) const {
94 difference_type operator-(const StrideIterator& rhs) {
108 T& operator[](difference_type n) {
122 StrideIterator<T> operator+(typename StrideIterator<T>::difference_type dist,
Dtransform_iterator.h54 using difference_type = typename std::iterator_traits<BaseIterator>::difference_type; variable
99 reference operator[](difference_type n) const {
107 TransformIterator operator+(difference_type n) const {
115 TransformIterator operator-(difference_type n) const {
123 difference_type operator-(const TransformIterator& other) const {
Diteration_range.h30 typedef typename std::iterator_traits<Iter>::difference_type difference_type; typedef
Dbit_table.h162 using difference_type = int32_t;
165 const_iterator operator+(difference_type n) { return const_iterator(table_, row_ + n); }
166 const_iterator operator-(difference_type n) { return const_iterator(table_, row_ - n); }
167 difference_type operator-(const const_iterator& other) { return row_ - other.row_; }
168 void operator+=(difference_type rows) { row_ += rows; }
169 void operator-=(difference_type rows) { row_ -= rows; }
221 typename BitTable<Accessor>::const_iterator::difference_type n,
Dallocator.h110 typedef typename std::allocator<T>::difference_type difference_type; typedef
Dtransform_array_ref.h62 using difference_type = typename ArrayRef<BaseType>::difference_type; variable
Darray_slice.h42 using difference_type = ptrdiff_t; variable
Darray_ref.h52 using difference_type = ptrdiff_t; variable
Darena_containers.h170 typedef ptrdiff_t difference_type; typedef
Ddchecked_vector.h55 using typename Base::difference_type;
Dscoped_arena_containers.h149 typedef ptrdiff_t difference_type; typedef
Dhash_set.h42 using difference_type = std::ptrdiff_t; variable
182 using difference_type = ptrdiff_t; variable
/art/libdexfile/dex/
Dclass_iterator.h47 using difference_type = std::iterator<std::forward_iterator_tag, value_type>::difference_type; variable
Ddex_instruction_iterator.h64 using difference_type = std::iterator<std::forward_iterator_tag, value_type>::difference_type; variable
Dclass_accessor.h183 using difference_type = variable
184 typename std::iterator<std::forward_iterator_tag, value_type>::difference_type;
/art/dexlayout/
Ddex_ir.h116 using difference_type = variable
117 typename std::iterator<std::random_access_iterator_tag, value_type>::difference_type;
154 Iterator& operator+=(difference_type delta) {
159 Iterator operator+(difference_type delta) const {
176 Iterator& operator-=(difference_type delta) {
181 Iterator operator-(difference_type delta) const {
187 difference_type operator-(const Iterator& rhs) {
199 reference operator[](difference_type n) const {
/art/openjdkjvmti/
Djvmti_allocator.h88 typedef ptrdiff_t difference_type; typedef
Dti_redefine.cc202 using difference_type = ptrdiff_t; typedef in openjdkjvmti::ObsoleteMap::ObsoleteMapIter
/art/compiler/utils/
Dswap_space.h154 typedef ptrdiff_t difference_type; typedef