Home
last modified time | relevance | path

Searched refs:__const_iterator (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dstring110 typename _Base::__const_iterator, basic_string> __const_iterator;
598 insert(__const_iterator __p, _CharT __c)
633 insert(__const_iterator __p,
688 erase(__const_iterator __position)
697 erase(__const_iterator __first, __const_iterator __last)
763 replace(__const_iterator __i1, __const_iterator __i2,
773 replace(__const_iterator __i1, __const_iterator __i2,
784 replace(__const_iterator __i1, __const_iterator __i2,
795 replace(__const_iterator __i1, __const_iterator __i2,
806 replace(__const_iterator __i1, __const_iterator __i2,
[all …]
H A Dformatter.h171 __const_iterator, enumerator
278 __it._S_constant() ? __const_iterator : __mutable_iterator; in _Parameter()
306 __it._S_constant() ? __const_iterator : __mutable_iterator; in _Parameter()
330 _M_variant._M_iterator._M_constness = __const_iterator; in _Parameter()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dstring102 typename _Base::__const_iterator, basic_string> __const_iterator;
596 insert(__const_iterator __p, _CharT __c)
631 insert(__const_iterator __p,
754 replace(__const_iterator __i1, __const_iterator __i2,
764 replace(__const_iterator __i1, __const_iterator __i2,
775 replace(__const_iterator __i1, __const_iterator __i2,
786 replace(__const_iterator __i1, __const_iterator __i2,
797 replace(__const_iterator __i1, __const_iterator __i2,
818 replace(__const_iterator __i1, __const_iterator __i2,
H A Dformatter.h170 __const_iterator, enumerator
275 __it._S_constant() ? __const_iterator : __mutable_iterator; in _Parameter()
303 __it._S_constant() ? __const_iterator : __mutable_iterator; in _Parameter()
327 _M_variant._M_iterator._M_constness = __const_iterator; in _Parameter()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h146 typedef iterator __const_iterator; in _GLIBCXX_VISIBILITY()
148 typedef const_iterator __const_iterator; in _GLIBCXX_VISIBILITY()
1981 insert(__const_iterator __p, _CharT __c) in _GLIBCXX_VISIBILITY()
2064 erase(__const_iterator __position) in _GLIBCXX_VISIBILITY()
2084 erase(__const_iterator __first, __const_iterator __last) in _GLIBCXX_VISIBILITY()
2249 replace(__const_iterator __i1, __const_iterator __i2, in _GLIBCXX_VISIBILITY()
2270 replace(__const_iterator __i1, __const_iterator __i2, in _GLIBCXX_VISIBILITY()
2293 replace(__const_iterator __i1, __const_iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
2315 replace(__const_iterator __i1, __const_iterator __i2, size_type __n, in _GLIBCXX_VISIBILITY()
2374 replace(__const_iterator __i1, __const_iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
H A Dcow_string.h146 typedef iterator __const_iterator; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h114 typedef iterator __const_iterator; in _GLIBCXX_VISIBILITY() typedef
116 typedef const_iterator __const_iterator; in _GLIBCXX_VISIBILITY()
1759 insert(__const_iterator __p, _CharT __c) in _GLIBCXX_VISIBILITY()
1838 erase(__const_iterator __position) in _GLIBCXX_VISIBILITY()
1857 erase(__const_iterator __first, __const_iterator __last) in _GLIBCXX_VISIBILITY()
2015 replace(__const_iterator __i1, __const_iterator __i2, in _GLIBCXX_VISIBILITY()
2035 replace(__const_iterator __i1, __const_iterator __i2, in _GLIBCXX_VISIBILITY()
2057 replace(__const_iterator __i1, __const_iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
2078 replace(__const_iterator __i1, __const_iterator __i2, size_type __n, in _GLIBCXX_VISIBILITY()
2135 replace(__const_iterator __i1, __const_iterator __i2, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20182128 * include/debug/string (insert(__const_iterator, _InIter, _InIter)):
2133 (basic_string::__const_iterator): Change access to protected.
2134 [!_GLIBCXX_USE_CXX11_ABI] (basic_string::__const_iterator): Define
2136 * include/debug/string (__const_iterator): Use typedef from base.
2144 Change const_iterator parameters to __const_iterator.
2147 const_iterator parameter to __const_iterator.
H A DChangeLog-20166139 (basic_string::erase(__const_iterator, __const_iterator)): Likewise.
8440 (replace(__const_iterator, __const_iterator, initializer_list<C>)):
8507 (replace(__const_iterator, __const_iterator, const basic_string&)):
H A DChangeLog-20217770 (basic_string<>::erase): Adapt to take __const_iterator.