HomeSort by relevance Sort by last modified time
    Searched full:__beg (Results 1 - 25 of 74) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.tcc 133 _M_extract(iter_type __beg, iter_type __end, ios_base& __io,
199 for (; __beg != __end && __j < __len
200 && *__beg == __lc->_M_curr_symbol[__j];
201 ++__beg, ++__j);
209 if (__lc->_M_positive_sign_size && __beg != __end
210 && *__beg == __lc->_M_positive_sign[0])
213 ++__beg;
215 else if (__lc->_M_negative_sign_size && __beg != __end
216 && *__beg == __lc->_M_negative_sign[0])
220 ++__beg;
    [all...]
locale_facets.tcc 145 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
156 // True if __beg becomes equal to __end.
157 bool __testeof = __beg == __end;
162 __c = *__beg;
169 if (++__beg != __end)
170 __c = *__beg;
193 if (++__beg != __end)
194 __c = *__beg;
235 if (++__beg != __end)
237 __c = *__beg;
    [all...]
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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.tcc 133 _M_extract(iter_type __beg, iter_type __end, ios_base& __io,
199 for (; __beg != __end && __j < __len
200 && *__beg == __lc->_M_curr_symbol[__j];
201 ++__beg, ++__j);
209 if (__lc->_M_positive_sign_size && __beg != __end
210 && *__beg == __lc->_M_positive_sign[0])
213 ++__beg;
215 else if (__lc->_M_negative_sign_size && __beg != __end
216 && *__beg == __lc->_M_negative_sign[0])
220 ++__beg;
    [all...]
locale_facets.tcc 145 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
156 // True if __beg becomes equal to __end.
157 bool __testeof = __beg == __end;
162 __c = *__beg;
169 if (++__beg != __end)
170 __c = *__beg;
193 if (++__beg != __end)
194 __c = *__beg;
235 if (++__beg != __end)
237 __c = *__beg;
    [all...]
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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets_nonio.tcc 133 _M_extract(iter_type __beg, iter_type __end, ios_base& __io,
199 for (; __beg != __end && __j < __len
200 && *__beg == __lc->_M_curr_symbol[__j];
201 ++__beg, ++__j);
209 if (__lc->_M_positive_sign_size && __beg != __end
210 && *__beg == __lc->_M_positive_sign[0])
213 ++__beg;
215 else if (__lc->_M_negative_sign_size && __beg != __end
216 && *__beg == __lc->_M_negative_sign[0])
220 ++__beg;
    [all...]
locale_facets.tcc 145 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
156 // True if __beg becomes equal to __end.
157 bool __testeof = __beg == __end;
162 __c = *__beg;
169 if (++__beg != __end)
170 __c = *__beg;
193 if (++__beg != __end)
194 __c = *__beg;
235 if (++__beg != __end)
237 __c = *__beg;
    [all...]
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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets_nonio.tcc 133 _M_extract(iter_type __beg, iter_type __end, ios_base& __io,
199 for (; __beg != __end && __j < __len
200 && *__beg == __lc->_M_curr_symbol[__j];
201 ++__beg, ++__j);
209 if (__lc->_M_positive_sign_size && __beg != __end
210 && *__beg == __lc->_M_positive_sign[0])
213 ++__beg;
215 else if (__lc->_M_negative_sign_size && __beg != __end
216 && *__beg == __lc->_M_negative_sign[0])
220 ++__beg;
    [all...]
locale_facets.tcc 145 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
156 // True if __beg becomes equal to __end.
157 bool __testeof = __beg == __end;
162 __c = *__beg;
169 if (++__beg != __end)
170 __c = *__beg;
193 if (++__beg != __end)
194 __c = *__beg;
235 if (++__beg != __end)
237 __c = *__beg;
    [all...]
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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 98 _M_construct_aux(_InIterator __beg, _InIterator __end,
102 _M_construct(__beg, __end, _Tag());
109 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type)
110 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); }
118 _M_construct(_InIterator __beg, _InIterator __end)
121 _M_construct_aux(__beg, __end, _Integral());
127 _M_construct(_InIterator __beg, _InIterator __end,
134 _M_construct(_FwdIterator __beg, _FwdIterator __end,
192 __sso_string_base(_InputIterator __beg, _InputIterator __end,
379 __sso_string_base(_InputIterator __beg, _InputIterator __end
453 { this->_S_copy_chars(_M_data(), __beg, __end); } local
    [all...]
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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 98 _M_construct_aux(_InIterator __beg, _InIterator __end,
102 _M_construct(__beg, __end, _Tag());
109 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type)
110 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); }
118 _M_construct(_InIterator __beg, _InIterator __end)
121 _M_construct_aux(__beg, __end, _Integral());
127 _M_construct(_InIterator __beg, _InIterator __end,
134 _M_construct(_FwdIterator __beg, _FwdIterator __end,
192 __sso_string_base(_InputIterator __beg, _InputIterator __end,
379 __sso_string_base(_InputIterator __beg, _InputIterator __end
453 { this->_S_copy_chars(_M_data(), __beg, __end); } local
    [all...]
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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
sso_string_base.h 98 _M_construct_aux(_InIterator __beg, _InIterator __end,
102 _M_construct(__beg, __end, _Tag());
109 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type)
110 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); }
118 _M_construct(_InIterator __beg, _InIterator __end)
121 _M_construct_aux(__beg, __end, _Integral());
127 _M_construct(_InIterator __beg, _InIterator __end,
134 _M_construct(_FwdIterator __beg, _FwdIterator __end,
192 __sso_string_base(_InputIterator __beg, _InputIterator __end,
379 __sso_string_base(_InputIterator __beg, _InputIterator __end
453 { this->_S_copy_chars(_M_data(), __beg, __end); } local
    [all...]
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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
sso_string_base.h 105 _M_construct_aux(_InIterator __beg, _InIterator __end,
109 _M_construct(__beg, __end, _Tag());
116 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type)
117 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); }
125 _M_construct(_InIterator __beg, _InIterator __end)
128 _M_construct_aux(__beg, __end, _Integral());
134 _M_construct(_InIterator __beg, _InIterator __end,
141 _M_construct(_FwdIterator __beg, _FwdIterator __end,
213 __sso_string_base(_InputIterator __beg, _InputIterator __end,
405 __sso_string_base(_InputIterator __beg, _InputIterator __end
479 { this->_S_copy_chars(_M_data(), __beg, __end); } local
    [all...]
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...]
  /external/clang/test/Parser/
cxx-member-crash.cpp 13 template<typename _CharT, typename _InIter> _InIter num_get<_CharT, _InIter>:: _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io, ios_base::iostate& __err, string& __xtrc) const {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/current/sources/cxx-stl/gnu-libstdc++/4.9/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;

Completed in 2221 milliseconds

1 2 3