HomeSort by relevance Sort by last modified time
    Searched full:__beg (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 230 _S_construct_aux(_InIterator __beg, _InIterator __end,
234 return _S_construct(__beg, __end, __a, _Tag());
241 _S_construct_aux(_Integer __beg, _Integer __end,
243 { return _S_construct_aux_2(static_cast<size_type>(__beg),
252 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
255 return _S_construct_aux(__beg, __end, __a, _Integral());
261 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
268 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
326 __rc_string_base(_InputIterator __beg, _InputIterator __end,
489 __rc_string_base(_InputIterator __beg, _InputIterator __end
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 230 _S_construct_aux(_InIterator __beg, _InIterator __end,
234 return _S_construct(__beg, __end, __a, _Tag());
241 _S_construct_aux(_Integer __beg, _Integer __end,
243 { return _S_construct_aux_2(static_cast<size_type>(__beg),
252 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
255 return _S_construct_aux(__beg, __end, __a, _Integral());
261 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
268 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
326 __rc_string_base(_InputIterator __beg, _InputIterator __end,
489 __rc_string_base(_InputIterator __beg, _InputIterator __end
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 230 _S_construct_aux(_InIterator __beg, _InIterator __end,
234 return _S_construct(__beg, __end, __a, _Tag());
241 _S_construct_aux(_Integer __beg, _Integer __end,
243 { return _S_construct_aux_2(static_cast<size_type>(__beg),
252 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
255 return _S_construct_aux(__beg, __end, __a, _Integral());
261 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
268 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
326 __rc_string_base(_InputIterator __beg, _InputIterator __end,
489 __rc_string_base(_InputIterator __beg, _InputIterator __end
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rc_string_base.h 229 _S_construct_aux(_InIterator __beg, _InIterator __end,
233 return _S_construct(__beg, __end, __a, _Tag());
240 _S_construct_aux(_Integer __beg, _Integer __end,
242 { return _S_construct_aux_2(static_cast<size_type>(__beg),
251 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
254 return _S_construct_aux(__beg, __end, __a, _Integral());
260 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
267 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
325 __rc_string_base(_InputIterator __beg, _InputIterator __end,
488 __rc_string_base(_InputIterator __beg, _InputIterator __end
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/
bool_set.tcc 111 do_get(iter_type __beg, iter_type __end, ios_base& __io,
120 __beg = _M_extract_int(__beg, __end, __io, __err, __l);
128 if (__beg == __end)
148 if (__beg == __end)
154 const char_type __c = *__beg;
172 ++__beg;
200 return __beg;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/
bool_set.tcc 111 do_get(iter_type __beg, iter_type __end, ios_base& __io,
120 __beg = _M_extract_int(__beg, __end, __io, __err, __l);
128 if (__beg == __end)
148 if (__beg == __end)
154 const char_type __c = *__beg;
172 ++__beg;
200 return __beg;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/
bool_set.tcc 111 do_get(iter_type __beg, iter_type __end, ios_base& __io,
120 __beg = _M_extract_int(__beg, __end, __io, __err, __l);
128 if (__beg == __end)
148 if (__beg == __end)
154 const char_type __c = *__beg;
172 ++__beg;
200 return __beg;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
sstream.tcc 162 const char_type* __beg = __testin ? this->eback() : this->pbase();
163 if ((__beg || !__off) && (__testin || __testout || __testboth))
171 __newoffi += this->gptr() - __beg;
172 __newoffo += this->pptr() - __beg;
175 __newoffo = __newoffi += this->egptr() - __beg;
179 && this->egptr() - __beg >= __newoffi)
187 && this->egptr() - __beg >= __newoffo)
205 const char_type* __beg = __testin ? this->eback() : this->pbase();
206 if ((__beg || !off_type(__sp)) && (__testin || __testout))
212 && __pos <= this->egptr() - __beg);
    [all...]
basic_string.tcc 80 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
84 if (__beg == __end && __a == _Alloc())
90 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
92 __buf[__len++] = *__beg;
93 ++__beg;
99 while (__beg != __end)
109 __r->_M_refdata()[__len++] = *__beg;
110 ++__beg;
126 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
130 if (__beg == __end && __a == _Alloc()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
sstream.tcc 162 const char_type* __beg = __testin ? this->eback() : this->pbase();
163 if ((__beg || !__off) && (__testin || __testout || __testboth))
171 __newoffi += this->gptr() - __beg;
172 __newoffo += this->pptr() - __beg;
175 __newoffo = __newoffi += this->egptr() - __beg;
179 && this->egptr() - __beg >= __newoffi)
187 && this->egptr() - __beg >= __newoffo)
205 const char_type* __beg = __testin ? this->eback() : this->pbase();
206 if ((__beg || !off_type(__sp)) && (__testin || __testout))
212 && __pos <= this->egptr() - __beg);
    [all...]
basic_string.tcc 80 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
84 if (__beg == __end && __a == _Alloc())
90 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
92 __buf[__len++] = *__beg;
93 ++__beg;
99 while (__beg != __end)
109 __r->_M_refdata()[__len++] = *__beg;
110 ++__beg;
126 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
130 if (__beg == __end && __a == _Alloc()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
sstream.tcc 162 const char_type* __beg = __testin ? this->eback() : this->pbase();
163 if ((__beg || !__off) && (__testin || __testout || __testboth))
171 __newoffi += this->gptr() - __beg;
172 __newoffo += this->pptr() - __beg;
175 __newoffo = __newoffi += this->egptr() - __beg;
179 && this->egptr() - __beg >= __newoffi)
187 && this->egptr() - __beg >= __newoffo)
205 const char_type* __beg = __testin ? this->eback() : this->pbase();
206 if ((__beg || !off_type(__sp)) && (__testin || __testout))
212 && __pos <= this->egptr() - __beg);
    [all...]
basic_string.tcc 80 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
84 if (__beg == __end && __a == _Alloc())
90 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
92 __buf[__len++] = *__beg;
93 ++__beg;
99 while (__beg != __end)
109 __r->_M_refdata()[__len++] = *__beg;
110 ++__beg;
126 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
130 if (__beg == __end && __a == _Alloc()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
sstream.tcc 162 const char_type* __beg = __testin ? this->eback() : this->pbase();
163 if ((__beg || !__off) && (__testin || __testout || __testboth))
171 __newoffi += this->gptr() - __beg;
172 __newoffo += this->pptr() - __beg;
175 __newoffo = __newoffi += this->egptr() - __beg;
179 && this->egptr() - __beg >= __newoffi)
187 && this->egptr() - __beg >= __newoffo)
205 const char_type* __beg = __testin ? this->eback() : this->pbase();
206 if ((__beg || !off_type(__sp)) && (__testin || __testout))
212 && __pos <= this->egptr() - __beg);
    [all...]
basic_string.tcc 80 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
84 if (__beg == __end && __a == _Alloc())
90 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
92 __buf[__len++] = *__beg;
93 ++__beg;
99 while (__beg != __end)
109 __r->_M_refdata()[__len++] = *__beg;
110 ++__beg;
126 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
130 if (__beg == __end && __a == _Alloc()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
sstream.tcc 162 const char_type* __beg = __testin ? this->eback() : this->pbase();
163 if ((__beg || !__off) && (__testin || __testout || __testboth))
171 __newoffi += this->gptr() - __beg;
172 __newoffo += this->pptr() - __beg;
175 __newoffo = __newoffi += this->egptr() - __beg;
179 && this->egptr() - __beg >= __newoffi)
187 && this->egptr() - __beg >= __newoffo)
205 const char_type* __beg = __testin ? this->eback() : this->pbase();
206 if ((__beg || !off_type(__sp)) && (__testin || __testout))
212 && __pos <= this->egptr() - __beg);
    [all...]
basic_string.tcc 80 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
84 if (__beg == __end && __a == _Alloc())
90 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
92 __buf[__len++] = *__beg;
93 ++__beg;
99 while (__beg != __end)
109 __r->_M_refdata()[__len++] = *__beg;
110 ++__beg;
126 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
130 if (__beg == __end && __a == _Alloc()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
sstream.tcc 162 const char_type* __beg = __testin ? this->eback() : this->pbase();
163 if ((__beg || !__off) && (__testin || __testout || __testboth))
171 __newoffi += this->gptr() - __beg;
172 __newoffo += this->pptr() - __beg;
175 __newoffo = __newoffi += this->egptr() - __beg;
179 && this->egptr() - __beg >= __newoffi)
187 && this->egptr() - __beg >= __newoffo)
205 const char_type* __beg = __testin ? this->eback() : this->pbase();
206 if ((__beg || !off_type(__sp)) && (__testin || __testout))
212 && __pos <= this->egptr() - __beg);
    [all...]
basic_string.tcc 80 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
84 if (__beg == __end && __a == _Alloc())
90 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
92 __buf[__len++] = *__beg;
93 ++__beg;
99 while (__beg != __end)
109 __r->_M_refdata()[__len++] = *__beg;
110 ++__beg;
126 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
130 if (__beg == __end && __a == _Alloc()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
sstream.tcc 160 const char_type* __beg = __testin ? this->eback() : this->pbase();
161 if ((__beg || !__off) && (__testin || __testout || __testboth))
169 __newoffi += this->gptr() - __beg;
170 __newoffo += this->pptr() - __beg;
173 __newoffo = __newoffi += this->egptr() - __beg;
177 && this->egptr() - __beg >= __newoffi)
185 && this->egptr() - __beg >= __newoffo)
203 const char_type* __beg = __testin ? this->eback() : this->pbase();
204 if ((__beg || !off_type(__sp)) && (__testin || __testout))
210 && __pos <= this->egptr() - __beg);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.tcc 78 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
82 if (__beg == __end && __a == _Alloc())
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
90 __buf[__len++] = *__beg;
91 ++__beg;
97 while (__beg != __end)
107 __r->_M_refdata()[__len++] = *__beg;
108 ++__beg;
124 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
128 if (__beg == __end && __a == _Alloc()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 78 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
82 if (__beg == __end && __a == _Alloc())
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
90 __buf[__len++] = *__beg;
91 ++__beg;
97 while (__beg != __end)
107 __r->_M_refdata()[__len++] = *__beg;
108 ++__beg;
124 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
128 if (__beg == __end && __a == _Alloc()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 78 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
82 if (__beg == __end && __a == _Alloc())
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
90 __buf[__len++] = *__beg;
91 ++__beg;
97 while (__beg != __end)
107 __r->_M_refdata()[__len++] = *__beg;
108 ++__beg;
124 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
128 if (__beg == __end && __a == _Alloc()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 78 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
82 if (__beg == __end && __a == _Alloc())
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
90 __buf[__len++] = *__beg;
91 ++__beg;
97 while (__beg != __end)
107 __r->_M_refdata()[__len++] = *__beg;
108 ++__beg;
124 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
128 if (__beg == __end && __a == _Alloc()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.tcc 78 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
82 if (__beg == __end && __a == _Alloc())
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
90 __buf[__len++] = *__beg;
91 ++__beg;
97 while (__beg != __end)
107 __r->_M_refdata()[__len++] = *__beg;
108 ++__beg;
124 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
128 if (__beg == __end && __a == _Alloc()
    [all...]

Completed in 939 milliseconds

1 23 4 5 6 7