Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dbit_vector.h171 BitVectorIterator &operator+=(difference_type v)
176 BitVectorIterator &operator-=(difference_type v)
181 BitVectorIterator operator+(difference_type v) const
186 BitVectorIterator operator-(difference_type v) const
191 difference_type operator-(BitVectorIterator other) const
196 Reference operator[](difference_type v) const
219 difference_type diff = offset_ + n; in Increase()
301 using difference_type = ptrdiff_t; variable
Dsmall_vector.h95 using difference_type = typename VectorType::difference_type; variable
100 IteratorType *Add(difference_type v) in Add()
110 IteratorType *Sub(difference_type v) in Sub()
154 Iterator &operator+=(difference_type n)
159 Iterator &operator-=(difference_type n)
176 difference_type operator-(const Iterator &rhs) const
Dring_buffer.h33 using difference_type = ptrdiff_t; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_allocator.h32 using difference_type = ptrdiff_t; variable
Dcaddress_allocator.h32 using difference_type = ptrdiff_t; variable
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h70 using difference_type = ptrdiff_t; variable
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp321 using difference_type = std::ptrdiff_t; typedef in panda::panda_file::ClassIdxIterator
374 difference_type operator-(const ClassIdxIterator &other) in operator -()