/art/libartbase/base/ |
D | stride_iterator.h | 31 using difference_type = ptrdiff_t; variable 75 StrideIterator& operator+=(difference_type delta) { 80 StrideIterator operator+(difference_type delta) const { 86 StrideIterator& operator-=(difference_type delta) { 91 StrideIterator operator-(difference_type delta) const { 97 difference_type operator-(const StrideIterator& rhs) { 111 T& operator[](difference_type n) { 125 StrideIterator<T> operator+(typename StrideIterator<T>::difference_type dist,
|
D | transform_iterator.h | 55 using difference_type = typename std::iterator_traits<BaseIterator>::difference_type; variable 98 reference operator[](difference_type n) const { 105 TransformIterator operator+(difference_type n) const { 112 TransformIterator operator-(difference_type n) const { 119 difference_type operator-(const TransformIterator& other) const {
|
D | iteration_range.h | 31 using difference_type = typename std::iterator_traits<Iter>::difference_type; variable
|
D | bit_table.h | 160 using difference_type = int32_t; variable 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; } 222 typename BitTable<Accessor>::const_iterator::difference_type n,
|
D | stl_util.h | 163 using difference_type = ptrdiff_t; variable 197 using difference_type = size_t; variable 255 using difference_type = ptrdiff_t; member 345 using difference_type = ptrdiff_t; member
|
D | transform_array_ref.h | 56 using difference_type = typename ArrayRef<BaseType>::difference_type; variable
|
D | bit_utils_iterator.h | 44 using difference_type = ptrdiff_t; variable
|
D | array_slice.h | 43 using difference_type = ptrdiff_t; variable
|
D | bit_vector.h | 60 using difference_type = ptrdiff_t; variable
|
D | array_ref.h | 52 using difference_type = ptrdiff_t; variable
|
D | arena_containers.h | 174 using difference_type = ptrdiff_t; variable
|
D | scoped_arena_containers.h | 155 using difference_type = ptrdiff_t; variable
|
D | dchecked_vector.h | 55 using typename Base::difference_type;
|
D | hash_set.h | 42 using difference_type = std::ptrdiff_t; variable 190 using difference_type = ptrdiff_t; variable
|
D | intrusive_forward_list.h | 66 using difference_type = ptrdiff_t; variable
|
/art/libdexfile/dex/ |
D | class_iterator.h | 48 using difference_type = ptrdiff_t; variable
|
D | dex_instruction_iterator.h | 64 using difference_type = ptrdiff_t; variable
|
D | class_accessor.h | 185 using difference_type = ptrdiff_t; variable
|
/art/openjdkjvmti/ |
D | jvmti_allocator.h | 88 using difference_type = ptrdiff_t; variable
|
D | ti_redefine.cc | 202 using difference_type = ptrdiff_t; typedef in openjdkjvmti::ObsoleteMap::ObsoleteMapIter
|
/art/dex2oat/utils/ |
D | swap_space.h | 155 using difference_type = ptrdiff_t; variable
|
/art/runtime/mirror/ |
D | object_array.h | 173 using difference_type = ptrdiff_t; variable
|
/art/compiler/optimizing/ |
D | nodes.h | 2205 using difference_type = ptrdiff_t; variable 2943 using difference_type = ptrdiff_t;
|