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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 344 streambuf_type* __sb = __first._M_sbuf; local
345 int_type __c = __sb->sgetc();
348 const streamsize __n = __sb->egptr() - __sb->gptr();
351 traits_type::copy(__result, __sb->gptr(), __n);
352 __sb->__safe_gbump(__n);
354 __c = __sb->underflow();
359 __c = __sb->snextc();
380 streambuf_type* __sb = __first._M_sbuf; local
381 int_type __c = __sb->sgetc()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 344 streambuf_type* __sb = __first._M_sbuf; local
345 int_type __c = __sb->sgetc();
348 const streamsize __n = __sb->egptr() - __sb->gptr();
351 traits_type::copy(__result, __sb->gptr(), __n);
352 __sb->__safe_gbump(__n);
354 __c = __sb->underflow();
359 __c = __sb->snextc();
380 streambuf_type* __sb = __first._M_sbuf; local
381 int_type __c = __sb->sgetc()
    [all...]

Completed in 70 milliseconds