Home
last modified time | relevance | path

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

/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
/art/libartbase/base/
Diteration_range.h30 typedef typename std::iterator_traits<Iter>::difference_type difference_type; typedef
Dtransform_iterator.h54 using difference_type = typename std::iterator_traits<BaseIterator>::difference_type; variable
Dallocator.h110 typedef typename std::allocator<T>::difference_type difference_type; typedef
Darray_ref.h52 using difference_type = ptrdiff_t; variable
Darray_slice.h42 using difference_type = ptrdiff_t; variable
Dscoped_arena_containers.h149 typedef ptrdiff_t difference_type; typedef
Dtransform_array_ref.h62 using difference_type = typename ArrayRef<BaseType>::difference_type; variable
Darena_containers.h170 typedef ptrdiff_t difference_type; typedef
Dhash_set.h42 using difference_type = std::ptrdiff_t; variable
182 using difference_type = ptrdiff_t; variable
/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
/art/dexlayout/
Ddex_ir.h116 using difference_type = variable