Searched defs:__beg (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | locale_facets.tcc | 719 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() 788 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() 795 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() 802 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() 809 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() 817 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() 824 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() 832 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() 1617 const char_type* __beg = __digits.data(); in _M_insert() local 2236 do_get_monthname(iter_type __beg, iter_type __end, in do_get_monthname() [all …]
|
| H A D | sstream.tcc | 166 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekoff() local 208 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekpos() local
|
| H A D | basic_string.tcc | 91 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, in _S_construct() 137 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, in _S_construct() 241 basic_string(_InputIterator __beg, _InputIterator __end, const _Alloc& __a) in basic_string()
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | sso_string_base.h | 348 __sso_string_base(_InputIterator __beg, _InputIterator __end, in __sso_string_base() 361 _M_construct(_InIterator __beg, _InIterator __end, in _M_construct() 404 _M_construct(_InIterator __beg, _InIterator __end, in _M_construct()
|
| H A D | rc_string_base.h | 474 __rc_string_base(_InputIterator __beg, _InputIterator __end, in __rc_string_base() 496 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, in _S_construct() 541 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, in _S_construct()
|
| /freebsd-12.1/contrib/libstdc++/src/ |
| H A D | localename.cc | 211 const char* __beg = std::strchr(__end + 1, '=') + 1; in _Impl() local
|