HomeSort by relevance Sort by last modified time
    Searched refs:__sb (Results 1 - 24 of 24) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
streambuf_iterator.h 327 streambuf_type* __sb = __first._M_sbuf; local
328 int_type __c = __sb->sgetc();
331 const streamsize __n = __sb->egptr() - __sb->gptr();
334 traits_type::copy(__result, __sb->gptr(), __n);
335 __sb->gbump(__n);
337 __c = __sb->underflow();
342 __c = __sb->snextc();
363 streambuf_type* __sb = __first._M_sbuf; local
364 int_type __c = __sb->sgetc()
    [all...]
basic_ios.h 260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
263 { this->init(__sb); }
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
462 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 334 streambuf_type* __sb = __first._M_sbuf; local
335 int_type __c = __sb->sgetc();
338 const streamsize __n = __sb->egptr() - __sb->gptr();
341 traits_type::copy(__result, __sb->gptr(), __n);
342 __sb->__safe_gbump(__n);
344 __c = __sb->underflow();
349 __c = __sb->snextc();
370 streambuf_type* __sb = __first._M_sbuf; local
371 int_type __c = __sb->sgetc()
    [all...]
basic_ios.h 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
265 { this->init(__sb); }
339 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
464 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 334 streambuf_type* __sb = __first._M_sbuf; local
335 int_type __c = __sb->sgetc();
338 const streamsize __n = __sb->egptr() - __sb->gptr();
341 traits_type::copy(__result, __sb->gptr(), __n);
342 __sb->__safe_gbump(__n);
344 __c = __sb->underflow();
349 __c = __sb->snextc();
370 streambuf_type* __sb = __first._M_sbuf; local
371 int_type __c = __sb->sgetc()
    [all...]
basic_ios.h 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
265 { this->init(__sb); }
339 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
464 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 327 streambuf_type* __sb = __first._M_sbuf; local
328 int_type __c = __sb->sgetc();
331 const streamsize __n = __sb->egptr() - __sb->gptr();
334 traits_type::copy(__result, __sb->gptr(), __n);
335 __sb->gbump(__n);
337 __c = __sb->underflow();
342 __c = __sb->snextc();
363 streambuf_type* __sb = __first._M_sbuf; local
364 int_type __c = __sb->sgetc()
    [all...]
basic_ios.h 260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
263 { this->init(__sb); }
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
462 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 327 streambuf_type* __sb = __first._M_sbuf; local
328 int_type __c = __sb->sgetc();
331 const streamsize __n = __sb->egptr() - __sb->gptr();
334 traits_type::copy(__result, __sb->gptr(), __n);
335 __sb->gbump(__n);
337 __c = __sb->underflow();
342 __c = __sb->snextc();
363 streambuf_type* __sb = __first._M_sbuf; local
364 int_type __c = __sb->sgetc()
    [all...]
basic_ios.h 260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
263 { this->init(__sb); }
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
462 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 327 streambuf_type* __sb = __first._M_sbuf; local
328 int_type __c = __sb->sgetc();
331 const streamsize __n = __sb->egptr() - __sb->gptr();
334 traits_type::copy(__result, __sb->gptr(), __n);
335 __sb->gbump(__n);
337 __c = __sb->underflow();
342 __c = __sb->snextc();
363 streambuf_type* __sb = __first._M_sbuf; local
364 int_type __c = __sb->sgetc()
    [all...]
basic_ios.h 260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
263 { this->init(__sb); }
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
462 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 327 streambuf_type* __sb = __first._M_sbuf; local
328 int_type __c = __sb->sgetc();
331 const streamsize __n = __sb->egptr() - __sb->gptr();
334 traits_type::copy(__result, __sb->gptr(), __n);
335 __sb->gbump(__n);
337 __c = __sb->underflow();
342 __c = __sb->snextc();
363 streambuf_type* __sb = __first._M_sbuf; local
364 int_type __c = __sb->sgetc()
    [all...]
basic_ios.h 260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
263 { this->init(__sb); }
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
462 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 334 streambuf_type* __sb = __first._M_sbuf; local
335 int_type __c = __sb->sgetc();
338 const streamsize __n = __sb->egptr() - __sb->gptr();
341 traits_type::copy(__result, __sb->gptr(), __n);
342 __sb->__safe_gbump(__n);
344 __c = __sb->underflow();
349 __c = __sb->snextc();
370 streambuf_type* __sb = __first._M_sbuf; local
371 int_type __c = __sb->sgetc()
    [all...]
basic_ios.h 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
265 { this->init(__sb); }
339 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
464 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 346 streambuf_type* __sb = __first._M_sbuf; local
347 int_type __c = __sb->sgetc();
350 const streamsize __n = __sb->egptr() - __sb->gptr();
353 traits_type::copy(__result, __sb->gptr(), __n);
354 __sb->__safe_gbump(__n);
356 __c = __sb->underflow();
361 __c = __sb->snextc();
382 streambuf_type* __sb = __first._M_sbuf; local
383 int_type __c = __sb->sgetc()
    [all...]
basic_ios.h 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
265 { this->init(__sb); }
318 * @param __sb The new stream buffer.
339 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
464 init(basic_streambuf<_CharT, _Traits>* __sb);
  /external/stlport/stlport/stl/
_ios.c 97 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb)
99 this->rdbuf(__sb);
103 this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::badbit);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.c 97 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb)
99 this->rdbuf(__sb);
103 this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::badbit);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios.c 97 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb)
99 this->rdbuf(__sb);
103 this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::badbit);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios.c 97 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb)
99 this->rdbuf(__sb);
103 this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::badbit);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.c 97 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb)
99 this->rdbuf(__sb);
103 this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::badbit);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.c 97 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb)
99 this->rdbuf(__sb);
103 this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::badbit);

Completed in 833 milliseconds