HomeSort by relevance Sort by last modified time
    Searched defs:__sb (Results 1 - 9 of 9) 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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /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...]

Completed in 235 milliseconds