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

12 3

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
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...]
ostream 84 basic_ostream(__streambuf_type* __sb)
85 { this->init(__sb); }
250 * @param __sb A pointer to a streambuf
256 * If @p __sb is NULL, the stream will set failbit in its error state.
258 * Characters are extracted from @p __sb and inserted into @c *this
264 * - an exception occurs while getting a character from @p __sb, which
270 operator<<(__streambuf_type* __sb);
streambuf 802 basic_streambuf(const basic_streambuf& __sb)
803 : _M_in_beg(__sb._M_in_beg), _M_in_cur(__sb._M_in_cur),
804 _M_in_end(__sb._M_in_end), _M_out_beg(__sb._M_out_beg),
805 _M_out_cur(__sb._M_out_cur), _M_out_end(__sb._M_out_cur),
806 _M_buf_locale(__sb._M_buf_locale)
  /external/libcxx/include/
istream 187 explicit basic_istream(basic_streambuf<char_type, traits_type>* __sb);
220 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* __sb);
242 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb);
243 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb, char_type __dlm);
308 basic_istream<_CharT, _Traits>::basic_istream(basic_streambuf<char_type, traits_type>* __sb)
311 this->init(__sb);
863 basic_istream<_CharT, _Traits>::operator>>(basic_streambuf<char_type, traits_type>* __sb)
873 if (__sb)
889 __sb->sputc(traits_type::to_char_type(__i)),
1018 basic_istream<_CharT, _Traits>::get(basic_streambuf<char_type, traits_type>& __sb,
    [all...]
ostream 163 explicit basic_ostream(basic_streambuf<char_type, traits_type>* __sb);
208 basic_ostream& operator<<(basic_streambuf<char_type, traits_type>* __sb);
279 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<char_type, traits_type>* __sb)
281 this->init(__sb);
346 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<char_type, traits_type>* __sb)
355 if (__sb)
363 _Ip __i(__sb);
    [all...]
regex     [all...]
valarray     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
istream 180 explicit basic_istream(basic_streambuf<char_type, traits_type>* __sb);
204 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* __sb);
226 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb);
227 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb, char_type __dlm);
292 basic_istream<_CharT, _Traits>::basic_istream(basic_streambuf<char_type, traits_type>* __sb)
295 this->init(__sb);
847 basic_istream<_CharT, _Traits>::operator>>(basic_streambuf<char_type, traits_type>* __sb)
857 if (__sb)
873 __sb->sputc(traits_type::to_char_type(__i)),
1002 basic_istream<_CharT, _Traits>::get(basic_streambuf<char_type, traits_type>& __sb,
    [all...]
ostream 156 explicit basic_ostream(basic_streambuf<char_type, traits_type>* __sb);
196 basic_ostream& operator<<(basic_streambuf<char_type, traits_type>* __sb);
267 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<char_type, traits_type>* __sb)
269 this->init(__sb);
334 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<char_type, traits_type>* __sb)
343 if (__sb)
351 _Ip __i(__sb);
regex     [all...]
valarray     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
istream 180 explicit basic_istream(basic_streambuf<char_type, traits_type>* __sb);
204 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* __sb);
226 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb);
227 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb, char_type __dlm);
292 basic_istream<_CharT, _Traits>::basic_istream(basic_streambuf<char_type, traits_type>* __sb)
295 this->init(__sb);
847 basic_istream<_CharT, _Traits>::operator>>(basic_streambuf<char_type, traits_type>* __sb)
857 if (__sb)
873 __sb->sputc(traits_type::to_char_type(__i)),
1002 basic_istream<_CharT, _Traits>::get(basic_streambuf<char_type, traits_type>& __sb,
    [all...]
ostream 156 explicit basic_ostream(basic_streambuf<char_type, traits_type>* __sb);
196 basic_ostream& operator<<(basic_streambuf<char_type, traits_type>* __sb);
267 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<char_type, traits_type>* __sb)
269 this->init(__sb);
334 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<char_type, traits_type>* __sb)
343 if (__sb)
351 _Ip __i(__sb);
regex     [all...]
valarray     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 264 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
267 { this->init(__sb); }
320 * @param __sb The new stream buffer.
341 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
466 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 264 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
267 { this->init(__sb); }
320 * @param __sb The new stream buffer.
341 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
466 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 264 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
267 { this->init(__sb); }
320 * @param __sb The new stream buffer.
341 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
466 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 264 basic_ios(basic_streambuf<_CharT, _Traits>* __sb)
267 { this->init(__sb); }
320 * @param __sb The new stream buffer.
341 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
466 init(basic_streambuf<_CharT, _Traits>* __sb);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
ostream 84 basic_ostream(__streambuf_type* __sb)
85 { this->init(__sb); }
250 * @param __sb A pointer to a streambuf
256 * If @p __sb is NULL, the stream will set failbit in its error state.
258 * Characters are extracted from @p __sb and inserted into @c *this
264 * - an exception occurs while getting a character from @p __sb, which
270 operator<<(__streambuf_type* __sb);
streambuf 802 basic_streambuf(const basic_streambuf& __sb)
803 : _M_in_beg(__sb._M_in_beg), _M_in_cur(__sb._M_in_cur),
804 _M_in_end(__sb._M_in_end), _M_out_beg(__sb._M_out_beg),
805 _M_out_cur(__sb._M_out_cur), _M_out_end(__sb._M_out_cur),
806 _M_buf_locale(__sb._M_buf_locale)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ostream 84 basic_ostream(__streambuf_type* __sb)
85 { this->init(__sb); }
250 * @param __sb A pointer to a streambuf
256 * If @p __sb is NULL, the stream will set failbit in its error state.
258 * Characters are extracted from @p __sb and inserted into @c *this
264 * - an exception occurs while getting a character from @p __sb, which
270 operator<<(__streambuf_type* __sb);
streambuf 802 basic_streambuf(const basic_streambuf& __sb)
803 : _M_in_beg(__sb._M_in_beg), _M_in_cur(__sb._M_in_cur),
804 _M_in_end(__sb._M_in_end), _M_out_beg(__sb._M_out_beg),
805 _M_out_cur(__sb._M_out_cur), _M_out_end(__sb._M_out_cur),
806 _M_buf_locale(__sb._M_buf_locale)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ostream 84 basic_ostream(__streambuf_type* __sb)
85 { this->init(__sb); }
250 * @param __sb A pointer to a streambuf
256 * If @p __sb is NULL, the stream will set failbit in its error state.
258 * Characters are extracted from @p __sb and inserted into @c *this
264 * - an exception occurs while getting a character from @p __sb, which
270 operator<<(__streambuf_type* __sb);
streambuf 802 basic_streambuf(const basic_streambuf& __sb)
803 : _M_in_beg(__sb._M_in_beg), _M_in_cur(__sb._M_in_cur),
804 _M_in_end(__sb._M_in_end), _M_out_beg(__sb._M_out_beg),
805 _M_out_cur(__sb._M_out_cur), _M_out_end(__sb._M_out_cur),
806 _M_buf_locale(__sb._M_buf_locale)

Completed in 1444 milliseconds

12 3