Searched refs:__end (Results 1 - 13 of 13) 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
114 static_cast<value_type>(__end)); }
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, _InputIterator __end, 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
239 static_cast<value_type>(__end), __a); }
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, _InputIterator __end, 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 Dcodecvt_specializations.h290 const extern_type* __end, size_t __max) const;
506 const extern_type* __end, size_t __max) const
507 { return std::min(__max, static_cast<size_t>(__end - __from)); }
505 do_length(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const argument
H A Dropeimpl.h927 const _RopeRep* __r, size_t __begin, size_t __end)
940 size_t __left_end = std::min(__left_len, __end);
944 if (__end > __left_len)
950 __end - __left_len))
958 return __c(__l->_M_data + __begin, __end - __begin);
964 size_t __len = __end - __begin;
926 _S_apply_to_pieces(_Rope_char_consumer<_CharT>& __c, const _RopeRep* __r, size_t __begin, size_t __end) argument
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.cc208 const char* __end = __s; local
211 const char* __beg = std::strchr(__end + 1, '=') + 1;
212 __end = std::strchr(__beg, ';');
213 if (!__end)
214 __end = __s + __len;
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';
H A Dcodecvt_members.cc183 const extern_type* __end, size_t __max) const
188 while (__from < __end && __max)
190 size_t __conv = mbrtowc(NULL, __from, __end - __from, &__tmp_state);
182 do_length(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const argument
H A Dcodecvt.cc108 const extern_type* __end, size_t __max) const
110 size_t __d = static_cast<size_t>(__end - __from);
107 do_length(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const argument
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_facets.h1988 get(iter_type __in, iter_type __end, ios_base& __io, argument
1990 { return this->do_get(__in, __end, __io, __err, __v); }
2024 get(iter_type __in, iter_type __end, ios_base& __io, argument
2026 { return this->do_get(__in, __end, __io, __err, __v); }
2029 get(iter_type __in, iter_type __end, ios_base& __io, argument
2031 { return this->do_get(__in, __end, __io, __err, __v); }
2034 get(iter_type __in, iter_type __end, ios_base& __io, argument
2036 { return this->do_get(__in, __end, __io, __err, __v); }
2039 get(iter_type __in, iter_type __end, ios_base& __io, argument
2041 { return this->do_get(__in, __end, __i
2045 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, long long& __v) const argument
2050 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, unsigned long long& __v) const argument
2083 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, float& __v) const argument
2088 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, double& __v) const argument
2093 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, long double& __v) const argument
2125 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, void*& __v) const argument
3129 get_time(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3154 get_date(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3182 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3211 get_monthname(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3237 get_year(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
4106 get(iter_type __s, iter_type __end, bool __intl, ios_base& __io, ios_base::iostate& __err, long double& __units) const argument
4136 get(iter_type __s, iter_type __end, bool __intl, ios_base& __io, ios_base::iostate& __err, string_type& __digits) const argument
[all...]
H A Dcodecvt.h219 const extern_type* __end, size_t __max) const
220 { return this->do_length(__state, __from, __end, __max); }
264 const extern_type* __end, size_t __max) const = 0;
324 const extern_type* __end, size_t __max) const;
384 const extern_type* __end, size_t __max) const;
444 const extern_type* __end, size_t __max) const;
218 length(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const argument
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
1472 static_cast<value_type>(__end), __a); }
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, _InIterator __end, cons
[all...]
H A Dstl_algo.h2131 _ForwardIterator __end = std::__inplace_stable_partition(__middle, __last, local
2135 std::rotate(__begin, __middle, __end);
2136 std::advance(__begin, std::distance(__middle, __end));
2180 _ForwardIterator __end = local
2184 std::rotate(__begin, __middle, __end);
2185 std::advance(__begin, std::distance(__middle, __end));
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dformatter.h138 __end, // past-the-end, may be at beginning if sequence empty enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state
233 _M_variant._M_iterator._M_state = __end;

Completed in 268 milliseconds