OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cont
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
safe_local_iterator.h
112
_Safe_local_iterator(_Iterator __i, const _Safe_sequence_base*
__cont
)
113
: _Iter_base(__i), _Safe_base(
__cont
, _S_constant())
144
auto
__cont
= __x._M_sequence;
local
147
_M_attach(
__cont
);
safe_local_iterator.h
112
_Safe_local_iterator(_Iterator __i, const _Safe_sequence_base*
__cont
)
113
: _Iter_base(__i), _Safe_base(
__cont
, _S_constant())
144
auto
__cont
= __x._M_sequence;
local
147
_M_attach(
__cont
);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
safe_local_iterator.h
90
_Safe_local_iterator(_Iterator __i, _Safe_sequence_base*
__cont
,
93
{ _M_attach_single(
__cont
); }
113
_Safe_local_iterator(_Iterator __i, const _Safe_sequence_base*
__cont
)
114
: _Iter_base(__i), _Safe_base(
__cont
, _S_constant())
149
auto
__cont
= __x._M_sequence;
local
152
_M_attach(
__cont
);
safe_local_iterator.h
90
_Safe_local_iterator(_Iterator __i, _Safe_sequence_base*
__cont
,
93
{ _M_attach_single(
__cont
); }
113
_Safe_local_iterator(_Iterator __i, const _Safe_sequence_base*
__cont
)
114
: _Iter_base(__i), _Safe_base(
__cont
, _S_constant())
149
auto
__cont
= __x._M_sequence;
local
152
_M_attach(
__cont
);
Completed in 36 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026