Home
last modified time | relevance | path

Searched defs:__pos (Results 1 – 17 of 17) sorted by relevance

/trueos/contrib/libstdc++/include/bits/
Dbasic_string.tcc197 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 …]
Ddeque.tcc181 _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()
Dbasic_string.h1109 const size_type __pos = __p - _M_ibegin(); in _GLIBCXX_BEGIN_NAMESPACE() local
1150 const size_type __pos = __position - _M_ibegin(); in _GLIBCXX_BEGIN_NAMESPACE() local
1170 const size_type __pos = __first - _M_ibegin(); in _GLIBCXX_BEGIN_NAMESPACE() local
Dstl_vector.h889 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, in _M_insert_dispatch()
899 _M_insert_dispatch(iterator __pos, _InputIterator __first, in _M_insert_dispatch()
933 _M_erase_at_end(pointer __pos) in _M_erase_at_end()
Dstl_deque.h1381 _M_insert_dispatch(iterator __pos, in _M_insert_dispatch()
1391 _M_insert_dispatch(iterator __pos, in _M_insert_dispatch()
1464 _M_erase_at_begin(iterator __pos) in _M_erase_at_begin()
1474 _M_erase_at_end(iterator __pos) in _M_erase_at_end()
Dostream.tcc233 seekp(pos_type __pos) in seekp()
Dsstream.tcc213 const off_type __pos(__sp); in seekpos() local
Dvector.tcc394 _M_range_insert(iterator __pos, _InputIterator __first, in _M_range_insert()
Dfstream.tcc723 seekpos(pos_type __pos, ios_base::openmode) in seekpos()
Distream.tcc705 seekg(pos_type __pos) in seekg()
Dlocale_facets.tcc2090 size_t __pos = 0; in _M_extract_name() local
2209 size_t __pos = __traits_type::length(__days[__tmpwday]); in do_get_weekday() local
2258 size_t __pos = __traits_type::length(__months[__tmpmon]); in do_get_monthname() local
/trueos/contrib/libstdc++/include/ext/
Dvstring.tcc129 _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()
Dvstring.h864 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
Dbitmap_allocator.h176 insert(iterator __pos, const_reference __x) in insert()
221 erase(iterator __pos) throw() in erase()
Dsso_string_base.h508 _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()
Drc_string_base.h638 _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()
Dropeimpl.h77 size_t __pos = __x._M_current_pos; in _S_setbuf() local
124 size_t __pos = __x._M_current_pos; in _S_setcache() local
321 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) in _Rope_iterator()