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

12 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.tcc 147 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
158 // True if __beg becomes equal to __end.
159 bool __testeof = __beg == __end;
164 __c = *__beg;
171 if (++__beg != __end)
172 __c = *__beg;
195 if (++__beg != __end)
196 __c = *__beg;
237 if (++__beg != __end)
239 __c = *__beg;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.tcc 147 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
158 // True if __beg becomes equal to __end.
159 bool __testeof = __beg == __end;
164 __c = *__beg;
171 if (++__beg != __end)
172 __c = *__beg;
195 if (++__beg != __end)
196 __c = *__beg;
237 if (++__beg != __end)
239 __c = *__beg;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 130 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
141 // True if __beg becomes equal to __end.
142 bool __testeof = __beg == __end;
147 __c = *__beg;
154 if (++__beg != __end)
155 __c = *__beg;
178 if (++__beg != __end)
179 __c = *__beg;
220 if (++__beg != __end)
222 __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)
179 this->gbump((__beg + __newoffi) - this->gptr());
184 && this->egptr() - __beg >= __newoffo)
186 this->pbump((__beg + __newoffo) - this->pptr());
202 const char_type* __beg = __testin ? this->eback() : this->pbase()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 130 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
141 // True if __beg becomes equal to __end.
142 bool __testeof = __beg == __end;
147 __c = *__beg;
154 if (++__beg != __end)
155 __c = *__beg;
178 if (++__beg != __end)
179 __c = *__beg;
220 if (++__beg != __end)
222 __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)
179 this->gbump((__beg + __newoffi) - this->gptr());
184 && this->egptr() - __beg >= __newoffo)
186 this->pbump((__beg + __newoffo) - this->pptr());
202 const char_type* __beg = __testin ? this->eback() : this->pbase()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 130 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
141 // True if __beg becomes equal to __end.
142 bool __testeof = __beg == __end;
147 __c = *__beg;
154 if (++__beg != __end)
155 __c = *__beg;
178 if (++__beg != __end)
179 __c = *__beg;
220 if (++__beg != __end)
222 __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)
179 this->gbump((__beg + __newoffi) - this->gptr());
184 && this->egptr() - __beg >= __newoffo)
186 this->pbump((__beg + __newoffo) - this->pptr());
202 const char_type* __beg = __testin ? this->eback() : this->pbase()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.tcc 130 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
141 // True if __beg becomes equal to __end.
142 bool __testeof = __beg == __end;
147 __c = *__beg;
154 if (++__beg != __end)
155 __c = *__beg;
178 if (++__beg != __end)
179 __c = *__beg;
220 if (++__beg != __end)
222 __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)
179 this->gbump((__beg + __newoffi) - this->gptr());
184 && this->egptr() - __beg >= __newoffo)
186 this->pbump((__beg + __newoffo) - this->pptr());
202 const char_type* __beg = __testin ? this->eback() : this->pbase()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.tcc 147 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
158 // True if __beg becomes equal to __end.
159 bool __testeof = __beg == __end;
164 __c = *__beg;
171 if (++__beg != __end)
172 __c = *__beg;
195 if (++__beg != __end)
196 __c = *__beg;
237 if (++__beg != __end)
239 __c = *__beg;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.tcc 147 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
158 // True if __beg becomes equal to __end.
159 bool __testeof = __beg == __end;
164 __c = *__beg;
171 if (++__beg != __end)
172 __c = *__beg;
195 if (++__beg != __end)
196 __c = *__beg;
237 if (++__beg != __end)
239 __c = *__beg;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.tcc 147 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
158 // True if __beg becomes equal to __end.
159 bool __testeof = __beg == __end;
164 __c = *__beg;
171 if (++__beg != __end)
172 __c = *__beg;
195 if (++__beg != __end)
196 __c = *__beg;
237 if (++__beg != __end)
239 __c = *__beg;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.tcc 147 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io,
158 // True if __beg becomes equal to __end.
159 bool __testeof = __beg == __end;
164 __c = *__beg;
171 if (++__beg != __end)
172 __c = *__beg;
195 if (++__beg != __end)
196 __c = *__beg;
237 if (++__beg != __end)
239 __c = *__beg;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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)
179 this->gbump((__beg + __newoffi) - this->gptr());
184 && this->egptr() - __beg >= __newoffo)
186 this->pbump((__beg + __newoffo) - this->pptr());
202 const char_type* __beg = __testin ? this->eback() : this->pbase()
    [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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 221 _S_construct_aux(_InIterator __beg, _InIterator __end,
225 return _S_construct(__beg, __end, __a, _Tag());
232 _S_construct_aux(_Integer __beg, _Integer __end,
234 { return _S_construct(static_cast<size_type>(__beg), __end, __a); }
238 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
241 return _S_construct_aux(__beg, __end, __a, _Integral());
247 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
254 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
312 __rc_string_base(_InputIterator __beg, _InputIterator __end,
475 __rc_string_base(_InputIterator __beg, _InputIterator __end
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 221 _S_construct_aux(_InIterator __beg, _InIterator __end,
225 return _S_construct(__beg, __end, __a, _Tag());
232 _S_construct_aux(_Integer __beg, _Integer __end,
234 { return _S_construct(static_cast<size_type>(__beg), __end, __a); }
238 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
241 return _S_construct_aux(__beg, __end, __a, _Integral());
247 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
254 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
312 __rc_string_base(_InputIterator __beg, _InputIterator __end,
475 __rc_string_base(_InputIterator __beg, _InputIterator __end
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 221 _S_construct_aux(_InIterator __beg, _InIterator __end,
225 return _S_construct(__beg, __end, __a, _Tag());
232 _S_construct_aux(_Integer __beg, _Integer __end,
234 { return _S_construct(static_cast<size_type>(__beg), __end, __a); }
238 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
241 return _S_construct_aux(__beg, __end, __a, _Integral());
247 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
254 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
312 __rc_string_base(_InputIterator __beg, _InputIterator __end,
475 __rc_string_base(_InputIterator __beg, _InputIterator __end
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 221 _S_construct_aux(_InIterator __beg, _InIterator __end,
225 return _S_construct(__beg, __end, __a, _Tag());
232 _S_construct_aux(_Integer __beg, _Integer __end,
234 { return _S_construct(static_cast<size_type>(__beg), __end, __a); }
238 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
241 return _S_construct_aux(__beg, __end, __a, _Integral());
247 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
254 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
312 __rc_string_base(_InputIterator __beg, _InputIterator __end,
475 __rc_string_base(_InputIterator __beg, _InputIterator __end
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rc_string_base.h 221 _S_construct_aux(_InIterator __beg, _InIterator __end,
225 return _S_construct(__beg, __end, __a, _Tag());
232 _S_construct_aux(_Integer __beg, _Integer __end,
234 { return _S_construct(static_cast<size_type>(__beg), __end, __a); }
238 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a)
241 return _S_construct_aux(__beg, __end, __a, _Integral());
247 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
254 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
312 __rc_string_base(_InputIterator __beg, _InputIterator __end,
475 __rc_string_base(_InputIterator __beg, _InputIterator __end
    [all...]
  /prebuilts/ndk/8/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...]

Completed in 873 milliseconds

12 3 4 5 6 7