/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | basic_string.tcc | 197 basic_string(const basic_string& __str, size_type __pos, size_type __n) in basic_string() 207 basic_string(const basic_string& __str, size_type __pos, in basic_string() 273 const size_type __pos = __s - _M_data(); in assign() local 347 append(const basic_string& __str, size_type __pos, size_type __n) in append() 365 insert(size_type __pos, const _CharT* __s, size_type __n) in insert() 396 replace(size_type __pos, size_type __n1, const _CharT* __s, in replace() 451 _M_mutate(size_type __pos, size_type __len1, size_type __len2) in _M_mutate() 719 find(const _CharT* __s, size_type __pos, size_type __n) const in find() 760 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind() 798 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_of() [all …]
|
H A D | deque.tcc | 181 _M_fill_insert(iterator __pos, size_type __n, const value_type& __x) in _M_fill_insert() 378 _M_range_insert_aux(iterator __pos, in _M_range_insert_aux() 387 _M_range_insert_aux(iterator __pos, in _M_range_insert_aux() 432 _M_insert_aux(iterator __pos, const value_type& __x) in _M_insert_aux() 465 _M_insert_aux(iterator __pos, size_type __n, const value_type& __x) in _M_insert_aux() 551 _M_insert_aux(iterator __pos, in _M_insert_aux()
|
H A D | basic_string.h | 1099 const size_type __pos = __p - _M_ibegin(); in _GLIBCXX_BEGIN_NAMESPACE() local 1140 const size_type __pos = __position - _M_ibegin(); in _GLIBCXX_BEGIN_NAMESPACE() local 1160 const size_type __pos = __first - _M_ibegin(); in _GLIBCXX_BEGIN_NAMESPACE() local
|
H A D | stl_vector.h | 875 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, in _M_insert_dispatch() 885 _M_insert_dispatch(iterator __pos, _InputIterator __first, in _M_insert_dispatch() 919 _M_erase_at_end(pointer __pos) in _M_erase_at_end()
|
H A D | stl_deque.h | 1369 _M_insert_dispatch(iterator __pos, in _M_insert_dispatch() 1379 _M_insert_dispatch(iterator __pos, in _M_insert_dispatch() 1452 _M_erase_at_begin(iterator __pos) in _M_erase_at_begin() 1462 _M_erase_at_end(iterator __pos) in _M_erase_at_end()
|
H A D | ostream.tcc | 233 seekp(pos_type __pos) in seekp()
|
H A D | sstream.tcc | 213 const off_type __pos(__sp); in seekpos() local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | basic_string.tcc | 204 basic_string(const basic_string& __str, size_type __pos, size_type __n) in basic_string() 211 basic_string(const basic_string& __str, size_type __pos, in basic_string() 261 assign(const basic_string& __str, size_type __pos, size_type __n) in assign() 284 const size_type __pos = __s - _M_data(); in assign() local 312 insert(size_type __pos, const _CharT* __s, size_type __n) in insert() 348 replace(size_type __pos, size_type __n1, const _CharT* __s, in replace() 396 _M_mutate(size_type __pos, size_type __len1, size_type __len2) in _M_mutate() 688 append(const basic_string& __str, size_type __pos, size_type __n) in append() 787 find(const _CharT* __s, size_type __pos, size_type __n) const in find() 820 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind() [all …]
|
H A D | deque.tcc | 205 _M_fill_insert(iterator __pos, size_type __n, const value_type& __x) in _M_fill_insert() 430 _M_range_insert_aux(iterator __pos, in _M_range_insert_aux() 441 _M_range_insert_aux(iterator __pos, in _M_range_insert_aux() 481 _M_insert_aux(iterator __pos, const value_type& __x) in _M_insert_aux() 519 _M_insert_aux(iterator __pos) in _M_insert_aux() 552 _M_insert_aux(iterator __pos, size_type __n, const value_type& __x) in _M_insert_aux() 623 _M_insert_aux(iterator __pos, in _M_insert_aux()
|
H A D | basic_string.h | 275 _M_check(size_type __pos) const in _M_check() 284 _M_fold(size_type __pos, size_type __off) const in _M_fold() 540 insert(size_type __pos, const _CharT* __s) in insert() 544 insert(size_type __pos, size_type __n, _CharT __c) in insert() 553 size_type __pos = __p - _M_ibegin(); variable 585 replace(size_type __pos, size_type __n, const basic_string& __str) in replace() 597 replace(size_type __pos, size_type __n1, const _CharT* __s) in replace() 601 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) in replace()
|
H A D | stl_list.h | 830 insert(iterator __pos, size_type __n, const value_type& __x) in insert() 847 insert(iterator __pos, _InputIterator __first, _InputIterator __last) in insert() 1040 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, in _M_insert_dispatch() 1050 _M_insert_dispatch(iterator __pos, in _M_insert_dispatch() 1061 _M_fill_insert(iterator __pos, size_type __n, const value_type& __x) in _M_fill_insert()
|
H A D | stl_vector.h | 670 insert(iterator __pos, size_type __n, const value_type& __x) in insert() 689 insert(iterator __pos, _InputIterator __first, _InputIterator __last) in insert() 878 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, in _M_insert_dispatch() 888 _M_insert_dispatch(iterator __pos, _InputIterator __first, in _M_insert_dispatch()
|
H A D | sstream.tcc | 187 off_type __pos = __sp; // Use streamoff operator to do conversion. in seekpos() local
|
H A D | stl_bvector.h | 419 void _M_insert_range(iterator __pos, in _M_insert_range() 653 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, in _M_insert_dispatch() 659 void _M_insert_dispatch(iterator __pos, in _M_insert_dispatch()
|
H A D | stl_deque.h | 1191 insert(iterator __pos, _InputIterator __first, _InputIterator __last) in insert() 1410 _M_insert_dispatch(iterator __pos, in _M_insert_dispatch() 1420 _M_insert_dispatch(iterator __pos, in _M_insert_dispatch()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 129 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, in _M_replace() 271 find(const _CharT* __s, size_type __pos, size_type __n) const in find() 314 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind() 354 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_of() 371 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_of() 393 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() 418 find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_not_of() 461 compare(size_type __pos, size_type __n, const __versa_string& __str) const in compare() 513 compare(size_type __pos, size_type __n1, const _CharT* __s) const in compare() 530 compare(size_type __pos, size_type __n1, const _CharT* __s, in compare()
|
H A D | vstring.h | 864 const size_type __pos = __p - _M_ibegin(); in _GLIBCXX_BEGIN_NAMESPACE() local 905 const size_type __pos = __position - _M_ibegin(); in _GLIBCXX_BEGIN_NAMESPACE() local 925 const size_type __pos = __first - _M_ibegin(); in _GLIBCXX_BEGIN_NAMESPACE() local
|
H A D | bitmap_allocator.h | 176 insert(iterator __pos, const_reference __x) in insert() 221 erase(iterator __pos) throw() in erase()
|
H A D | sso_string_base.h | 508 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, in _M_mutate() 532 _M_erase(size_type __pos, size_type __n) in _M_erase()
|
H A D | rc_string_base.h | 638 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, in _M_mutate() 661 _M_erase(size_type __pos, size_type __n) in _M_erase()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/io/ |
H A D | basic_file_libio.cc | 84 __basic_file<char>::seekpos(streamoff __pos, ios_base::openmode __mode) in seekpos() 164 __basic_file<wchar_t>::seekpos(streamoff __pos, ios_base::openmode __mode) in seekpos()
|
H A D | basic_file_libio.h | 472 __basic_file<_CharT>::sys_seek(streamoff __pos, ios_base::seekdir __way) in sys_seek()
|
H A D | basic_file_stdio.cc | 209 __basic_file<char>::seekpos(streamoff __pos, ios_base::openmode /*__mode*/) in seekpos()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/ |
H A D | _G_config.h | 83 __off_t __pos; member 89 __off64_t __pos; member
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
H A D | stl_rope.h | 904 _Rope_iterator_base(_RopeRep* __root, size_t __pos) in _Rope_iterator_base() 929 _Rope_const_iterator(const _RopeRep* __root, size_t __pos): in _Rope_const_iterator() 945 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : in _Rope_const_iterator() 1047 _Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) in _Rope_iterator()
|