HomeSort by relevance Sort by last modified time
    Searched full:__sb (Results 1 - 25 of 67) 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/
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...]
istream.tcc 57 __streambuf_type* __sb = __in.rdbuf();
58 __int_type __c = __sb->sgetc();
64 __c = __sb->snextc();
320 __streambuf_type* __sb = this->rdbuf();
321 int_type __c = __sb->sgetc();
329 __c = __sb->snextc();
356 get(__streambuf_type& __sb, char_type __delim)
373 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))
411 __streambuf_type* __sb = this->rdbuf();
412 int_type __c = __sb->sgetc()
    [all...]
basic_ios.tcc 53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb)
56 _M_streambuf = __sb;
126 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb)
151 _M_streambuf = __sb;
152 _M_streambuf_state = __sb ? goodbit : badbit;
  /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...]
istream.tcc 57 __streambuf_type* __sb = __in.rdbuf();
58 __int_type __c = __sb->sgetc();
64 __c = __sb->snextc();
320 __streambuf_type* __sb = this->rdbuf();
321 int_type __c = __sb->sgetc();
329 __c = __sb->snextc();
356 get(__streambuf_type& __sb, char_type __delim)
373 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))
411 __streambuf_type* __sb = this->rdbuf();
412 int_type __c = __sb->sgetc()
    [all...]
basic_ios.tcc 53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb)
56 _M_streambuf = __sb;
126 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb)
151 _M_streambuf = __sb;
152 _M_streambuf_state = __sb ? goodbit : badbit;
  /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...]
istream.tcc 57 __streambuf_type* __sb = __in.rdbuf();
58 __int_type __c = __sb->sgetc();
64 __c = __sb->snextc();
320 __streambuf_type* __sb = this->rdbuf();
321 int_type __c = __sb->sgetc();
329 __c = __sb->snextc();
356 get(__streambuf_type& __sb, char_type __delim)
373 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))
411 __streambuf_type* __sb = this->rdbuf();
412 int_type __c = __sb->sgetc()
    [all...]
basic_ios.tcc 53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb)
56 _M_streambuf = __sb;
126 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb)
151 _M_streambuf = __sb;
152 _M_streambuf_state = __sb ? goodbit : badbit;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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...]
istream.tcc 57 __streambuf_type* __sb = __in.rdbuf();
58 __int_type __c = __sb->sgetc();
64 __c = __sb->snextc();
320 __streambuf_type* __sb = this->rdbuf();
321 int_type __c = __sb->sgetc();
329 __c = __sb->snextc();
356 get(__streambuf_type& __sb, char_type __delim)
373 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))
411 __streambuf_type* __sb = this->rdbuf();
412 int_type __c = __sb->sgetc()
    [all...]
basic_ios.tcc 53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb)
56 _M_streambuf = __sb;
126 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb)
151 _M_streambuf = __sb;
152 _M_streambuf_state = __sb ? goodbit : badbit;
  /external/libcxx/include/
streambuf 375 basic_streambuf<_CharT, _Traits>::basic_streambuf(const basic_streambuf& __sb)
376 : __loc_(__sb.__loc_),
377 __binp_(__sb.__binp_),
378 __ninp_(__sb.__ninp_),
379 __einp_(__sb.__einp_),
380 __bout_(__sb.__bout_),
381 __nout_(__sb.__nout_),
382 __eout_(__sb.__eout_)
388 basic_streambuf<_CharT, _Traits>::operator=(const basic_streambuf& __sb)
390 __loc_ = __sb.__loc_
    [all...]
ios 336 void init(void* __sb);
340 void rdbuf(void* __sb)
342 __rdbuf_ = __sb;
352 void set_rdbuf(void* __sb)
354 __rdbuf_ = __sb;
600 explicit basic_ios(basic_streambuf<char_type,traits_type>* __sb);
612 basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, traits_type>* __sb);
634 void init(basic_streambuf<char_type, traits_type>* __sb);
645 void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb);
653 basic_ios<_CharT, _Traits>::basic_ios(basic_streambuf<char_type,traits_type>* __sb)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 375 basic_streambuf<_CharT, _Traits>::basic_streambuf(const basic_streambuf& __sb)
376 : __loc_(__sb.__loc_),
377 __binp_(__sb.__binp_),
378 __ninp_(__sb.__ninp_),
379 __einp_(__sb.__einp_),
380 __bout_(__sb.__bout_),
381 __nout_(__sb.__nout_),
382 __eout_(__sb.__eout_)
388 basic_streambuf<_CharT, _Traits>::operator=(const basic_streambuf& __sb)
390 __loc_ = __sb.__loc_
    [all...]
ios 336 void init(void* __sb);
340 void rdbuf(void* __sb)
342 __rdbuf_ = __sb;
352 void set_rdbuf(void* __sb)
354 __rdbuf_ = __sb;
600 explicit basic_ios(basic_streambuf<char_type,traits_type>* __sb);
612 basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, traits_type>* __sb);
634 void init(basic_streambuf<char_type, traits_type>* __sb);
645 void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb);
653 basic_ios<_CharT, _Traits>::basic_ios(basic_streambuf<char_type,traits_type>* __sb)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 375 basic_streambuf<_CharT, _Traits>::basic_streambuf(const basic_streambuf& __sb)
376 : __loc_(__sb.__loc_),
377 __binp_(__sb.__binp_),
378 __ninp_(__sb.__ninp_),
379 __einp_(__sb.__einp_),
380 __bout_(__sb.__bout_),
381 __nout_(__sb.__nout_),
382 __eout_(__sb.__eout_)
388 basic_streambuf<_CharT, _Traits>::operator=(const basic_streambuf& __sb)
390 __loc_ = __sb.__loc_
    [all...]
ios 336 void init(void* __sb);
340 void rdbuf(void* __sb)
342 __rdbuf_ = __sb;
352 void set_rdbuf(void* __sb)
354 __rdbuf_ = __sb;
600 explicit basic_ios(basic_streambuf<char_type,traits_type>* __sb);
612 basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, traits_type>* __sb);
634 void init(basic_streambuf<char_type, traits_type>* __sb);
645 void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb);
653 basic_ios<_CharT, _Traits>::basic_ios(basic_streambuf<char_type,traits_type>* __sb)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_iostream.i 41 basic_ostream(basic_streambuf<_CharT, _Traits>* __sb);
101 operator<<(basic_streambuf<_CharT, _Traits>* __sb);
150 basic_istream(basic_streambuf<_CharT, _Traits>* __sb);
206 operator>>(basic_streambuf<_CharT, _Traits>* __sb);
225 get(basic_streambuf<_CharT, _Traits>& __sb, char_type __delim);
228 get(basic_streambuf<_CharT, _Traits>& __sb);
281 basic_iostream(basic_streambuf<_CharT, _Traits>* __sb);
std_ios.i 204 basic_ios(basic_streambuf<_CharT, _Traits>* __sb) : ios_base();
220 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
  /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/current/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
istream 93 basic_istream(__streambuf_type* __sb)
95 { this->init(__sb); }
240 * @param __sb A pointer to a streambuf
246 * If @p __sb is NULL, the stream will set failbit in its error state.
249 * @p __sb streambuf until one of the following occurs:
259 operator>>(__streambuf_type* __sb);
359 * @param __sb A streambuf in which to store data.
363 * Characters are extracted and inserted into @a __sb until one of the
377 get(__streambuf_type& __sb, char_type __delim);
381 * @param __sb A streambuf in which to store data
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
istream 93 basic_istream(__streambuf_type* __sb)
95 { this->init(__sb); }
240 * @param __sb A pointer to a streambuf
246 * If @p __sb is NULL, the stream will set failbit in its error state.
249 * @p __sb streambuf until one of the following occurs:
259 operator>>(__streambuf_type* __sb);
359 * @param __sb A streambuf in which to store data.
363 * Characters are extracted and inserted into @a __sb until one of the
377 get(__streambuf_type& __sb, char_type __delim);
381 * @param __sb A streambuf in which to store data
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
istream 93 basic_istream(__streambuf_type* __sb)
95 { this->init(__sb); }
240 * @param __sb A pointer to a streambuf
246 * If @p __sb is NULL, the stream will set failbit in its error state.
249 * @p __sb streambuf until one of the following occurs:
259 operator>>(__streambuf_type* __sb);
359 * @param __sb A streambuf in which to store data.
363 * Characters are extracted and inserted into @a __sb until one of the
377 get(__streambuf_type& __sb, char_type __delim);
381 * @param __sb A streambuf in which to store data
    [all...]

Completed in 1403 milliseconds

1 2 3