OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:difference_type
(Results
1 - 25
of
180
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
allocator.h
78
typedef ptrdiff_t
difference_type
;
typedef in class:allocator
133
typedef ptrdiff_t
difference_type
;
typedef in class:allocator
ptr_traits.h
143
using __diff_t = typename _Tp::
difference_type
;
156
using
difference_type
= __detected_or_t<ptrdiff_t, __diff_t, _Ptr>;
194
typedef ptrdiff_t
difference_type
;
typedef in struct:pointer_traits
forward_list.h
144
typedef ptrdiff_t
difference_type
;
typedef in struct:_Fwd_list_iterator
224
typedef ptrdiff_t
difference_type
;
462
typedef std::ptrdiff_t
difference_type
;
stl_iterator_base_types.h
134
typedef _Distance
difference_type
;
typedef in struct:iterator
164
typename _Iterator::
difference_type
,
170
typedef typename _Iterator::
difference_type
difference_type
;
typedef in struct:__iterator_traits
186
typedef typename _Iterator::
difference_type
difference_type
;
typedef in struct:iterator_traits
203
using
difference_type
= ptrdiff_t;
214
typedef ptrdiff_t
difference_type
;
typedef in struct:iterator_traits
225
typedef ptrdiff_t
difference_type
;
typedef in struct:iterator_traits
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
55
typedef typename _Alloc::
difference_type
difference_type
;
typedef in class:const_iterator_
point_const_iterator.hpp
56
typedef trivial_iterator_difference_type
difference_type
;
typedef in class:point_const_iterator_
point_iterator.hpp
54
typedef trivial_iterator_difference_type
difference_type
;
typedef in class:point_iterator_
iterator.hpp
55
typedef typename _Alloc::
difference_type
difference_type
;
typedef in class:iterator_
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ptr_traits.h
147
using __diff_t = typename _Tp::
difference_type
;
160
using
difference_type
= __detected_or_t<ptrdiff_t, __diff_t, _Ptr>;
198
typedef ptrdiff_t
difference_type
;
typedef in struct:pointer_traits
allocator.h
80
typedef ptrdiff_t
difference_type
;
typedef in class:allocator
134
typedef ptrdiff_t
difference_type
;
typedef in class:allocator
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
55
typedef typename _Alloc::
difference_type
difference_type
;
typedef in class:const_iterator_
point_const_iterator.hpp
56
typedef trivial_iterator_difference_type
difference_type
;
typedef in class:point_const_iterator_
point_iterator.hpp
54
typedef trivial_iterator_difference_type
difference_type
;
typedef in class:point_iterator_
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
iterator_tracker.h
54
typedef typename _Traits::
difference_type
difference_type
;
typedef in class:__profile::__iterator_tracker
136
operator[](const
difference_type
& __n) const _GLIBCXX_NOEXCEPT
140
operator+=(const
difference_type
& __n) _GLIBCXX_NOEXCEPT
147
operator+(const
difference_type
& __n) const _GLIBCXX_NOEXCEPT
155
operator-=(const
difference_type
& __n) _GLIBCXX_NOEXCEPT
162
operator-(const
difference_type
& __n) const _GLIBCXX_NOEXCEPT
263
inline typename __iterator_tracker<_IteratorL, _Sequence>::
difference_type
270
inline typename __iterator_tracker<_Iterator, _Sequence>::
difference_type
278
operator+(typename __iterator_tracker<_Iterator,_Sequence>::
difference_type
[
all
...]
/src/external/gpl3/gdb/dist/gdbsupport/
filtered-iterator.h
38
typedef typename BaseIterator::
difference_type
difference_type
;
typedef in class:filtered_iterator
next-iterator.h
36
typedef int
difference_type
;
typedef in struct:next_iterator
/src/external/gpl3/gdb.old/dist/gdbsupport/
filtered-iterator.h
38
typedef typename BaseIterator::
difference_type
difference_type
;
typedef in class:filtered_iterator
next-iterator.h
36
typedef int
difference_type
;
typedef in struct:next_iterator
/src/external/apache2/llvm/dist/libcxx/include/__memory/
allocator.h
62
typedef ptrdiff_t
difference_type
;
typedef in class:allocator
143
typedef ptrdiff_t
difference_type
;
typedef in class:allocator
pointer_traits.h
58
typename __void_t<typename _Tp::
difference_type
>::type> : true_type {};
69
typedef _LIBCPP_NODEBUG_TYPE typename _Ptr::
difference_type
type;
116
typedef typename __pointer_traits_difference_type<pointer>::type
difference_type
;
typedef in struct:pointer_traits
139
typedef ptrdiff_t
difference_type
;
typedef in struct:pointer_traits
/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
safe_sequence.h
76
typedef typename std::iterator_traits<_Iterator>::
difference_type
77
difference_type
;
typedef in class:__gnu_debug::_After_nth_from
80
difference_type
_M_n;
83
_After_nth_from(const
difference_type
& __n, const _Iterator& __base)
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
malloc_allocator.h
61
typedef std::ptrdiff_t
difference_type
;
typedef in class:malloc_allocator
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp
71
typedef typename _Alloc::
difference_type
difference_type
;
typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
point_const_iterator.hpp
65
typedef trivial_iterator_difference_type
difference_type
;
typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp
71
typedef trivial_iterator_difference_type
difference_type
;
typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
Completed in 40 milliseconds
1
2
3
4
5
6
7
8
Indexes created Mon Mar 02 05:31:46 UTC 2026