Searched refs:__beg (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dsso_string_base.h102 _M_construct_aux(_InIterator __beg, _InIterator __end, argument
106 _M_construct(__beg, __end, _Tag());
111 _M_construct_aux(_InIterator __beg, _InIterator __end, argument
113 { _M_construct(static_cast<size_type>(__beg),
118 _M_construct(_InIterator __beg, _InIterator __end) argument
121 _M_construct_aux(__beg, __end, _Integral());
127 _M_construct(_InIterator __beg, _InIterator __end,
134 _M_construct(_FwdIterator __beg, _FwdIterator __end,
188 __sso_string_base(_InputIterator __beg, _InputIterator __end,
348 __sso_string_base(_InputIterator __beg, _InputIterato argument
361 _M_construct(_InIterator __beg, _InIterator __end, std::input_iterator_tag) argument
404 _M_construct(_InIterator __beg, _InIterator __end, std::forward_iterator_tag) argument
422 { _S_copy_chars(_M_data(), __beg, __end); } local
[all...]
H A Drc_string_base.h227 _S_construct_aux(_InIterator __beg, _InIterator __end, argument
231 return _S_construct(__beg, __end, __a, _Tag());
236 _S_construct_aux(_InIterator __beg, _InIterator __end, argument
238 { return _S_construct(static_cast<size_type>(__beg),
243 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) argument
246 return _S_construct_aux(__beg, __end, __a, _Integral());
252 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
259 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
311 __rc_string_base(_InputIterator __beg, _InputIterator __end,
474 __rc_string_base(_InputIterator __beg, _InputIterato argument
496 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, std::input_iterator_tag) argument
541 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, std::forward_iterator_tag) argument
[all...]
H A Dvstring.h216 __versa_string(_InputIterator __beg, _InputIterator __end, argument
218 : __vstring_base(__beg, __end, __a) { }
740 insert(iterator __p, _InputIterator __beg, _InputIterator __end) argument
741 { this->replace(__p, __p, __beg, __end); }
/macosx-10.10/libstdcxx-104.1/src/
H A Dlocalename.cc211 const char* __beg = std::strchr(__end + 1, '=') + 1; local
212 __end = std::strchr(__beg, ';');
215 _M_names[__i] = new char[__end - __beg + 1];
216 std::memcpy(_M_names[__i], __beg, __end - __beg);
217 _M_names[__i][__end - __beg] = '\0';
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dbasic_string.h486 basic_string(_InputIterator __beg, _InputIterator __end,
988 insert(iterator __p, _InputIterator __beg, _InputIterator __end) argument
989 { this->replace(__p, __p, __beg, __end); }
1460 _S_construct_aux(_InIterator __beg, _InIterator __end, argument
1464 return _S_construct(__beg, __end, __a, _Tag());
1469 _S_construct_aux(_InIterator __beg, _InIterator __end, argument
1471 { return _S_construct(static_cast<size_type>(__beg),
1476 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) argument
1479 return _S_construct_aux(__beg, __end, __a, _Integral());
1485 _S_construct(_InIterator __beg, _InIterato
[all...]
H A Dlocale_facets.h3129 get_time(iter_type __beg, iter_type __end, ios_base& __io, argument
3131 { return this->do_get_time(__beg, __end, __io, __err, __tm); }
3154 get_date(iter_type __beg, iter_type __end, ios_base& __io, argument
3156 { return this->do_get_date(__beg, __end, __io, __err, __tm); }
3182 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, argument
3184 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); }
3211 get_monthname(iter_type __beg, iter_type __end, ios_base& __io, argument
3213 { return this->do_get_monthname(__beg, __end, __io, __err, __tm); }
3237 get_year(iter_type __beg, iter_type __end, ios_base& __io, argument
3239 { return this->do_get_year(__beg, __en
[all...]

Completed in 313 milliseconds