Searched refs:__const_iterator (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dformatter.h170 __const_iterator, enumerator in enum:__gnu_debug::_Error_formatter::_Constness
275 __it._S_constant() ? __const_iterator : __mutable_iterator;
303 __it._S_constant() ? __const_iterator : __mutable_iterator;
327 _M_variant._M_iterator._M_constness = __const_iterator;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dformatter.h171 __const_iterator, enumerator in enum:__gnu_debug::_Error_formatter::_Constness
278 __it._S_constant() ? __const_iterator : __mutable_iterator;
306 __it._S_constant() ? __const_iterator : __mutable_iterator;
330 _M_variant._M_iterator._M_constness = __const_iterator;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h146 typedef iterator __const_iterator; typedef in class:basic_string
148 typedef const_iterator __const_iterator;
1981 insert(__const_iterator __p, _CharT __c)
2064 erase(__const_iterator __position)
2084 erase(__const_iterator __first, __const_iterator __last)
2249 replace(__const_iterator __i1, __const_iterator __i2,
2270 replace(__const_iterator __i1, __const_iterator __i
144 typedef iterator __const_iterator; typedef in class:basic_string
[all...]
H A Dcow_string.h146 typedef iterator __const_iterator;
144 typedef iterator __const_iterator; typedef in class:basic_string
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h114 typedef iterator __const_iterator; typedef in class:basic_string
116 typedef const_iterator __const_iterator; typedef in class:basic_string
1759 insert(__const_iterator __p, _CharT __c)
1838 erase(__const_iterator __position)
1857 erase(__const_iterator __first, __const_iterator __last)
2015 replace(__const_iterator __i1, __const_iterator __i2,
2035 replace(__const_iterator __i1, __const_iterator __i
[all...]

Completed in 219 milliseconds