OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Safe_local_iterator
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
safe_local_iterator.h
54
* The class template %
_Safe_local_iterator
is a wrapper around an
59
* %
_Safe_local_iterator
has member functions for iterator invalidation,
64
class
_Safe_local_iterator
84
typedef
_Safe_local_iterator
_Self;
85
typedef
_Safe_local_iterator
<_OtherIterator, _Sequence> _OtherSelf;
89
_Safe_local_iterator
(const
_Safe_local_iterator
& __x,
103
_Safe_local_iterator
() noexcept : _Iter_base() { }
112
_Safe_local_iterator
(_Iterator __i, const _Safe_sequence_base* __cont)
119
_Safe_local_iterator
(const _Safe_local_iterator& __x) noexcep
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
safe_local_iterator.h
54
* The class template %
_Safe_local_iterator
is a wrapper around an
59
* %
_Safe_local_iterator
has member functions for iterator invalidation,
64
class
_Safe_local_iterator
84
typedef
_Safe_local_iterator
_Self;
85
typedef
_Safe_local_iterator
<_OtherIterator, _Sequence> _OtherSelf;
90
_Safe_local_iterator
(_Iterator __i, _Safe_sequence_base* __cont,
104
_Safe_local_iterator
() noexcept : _Iter_base() { }
113
_Safe_local_iterator
(_Iterator __i, const _Safe_sequence_base* __cont)
124
_Safe_local_iterator
(const
_Safe_local_iterator
& __x) noexcep
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026