HomeSort by relevance Sort by last modified time
    Searched full:sputc (Results 101 - 125 of 151) sorted by null

1 2 3 45 6 7

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 163 const int_type __put = this->rdbuf()->sputc(__c);
istream.tcc 323 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 49 // have to use append() for every sputc. Conceptually, the buffer
_streambuf.h 198 int_type sputc(char_type __c) { function in class:basic_streambuf
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 163 const int_type __put = this->rdbuf()->sputc(__c);
istream.tcc 323 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 49 // have to use append() for every sputc. Conceptually, the buffer
_streambuf.h 198 int_type sputc(char_type __c) { function in class:basic_streambuf
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 163 const int_type __put = this->rdbuf()->sputc(__c);
istream.tcc 323 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 49 // have to use append() for every sputc. Conceptually, the buffer
_streambuf.h 198 int_type sputc(char_type __c) { function in class:basic_streambuf
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ostream.tcc 163 const int_type __put = this->rdbuf()->sputc(__c);
istream.tcc 323 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream.tcc 165 const int_type __put = this->rdbuf()->sputc(__c);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream.tcc 165 const int_type __put = this->rdbuf()->sputc(__c);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 49 // have to use append() for every sputc. Conceptually, the buffer
_streambuf.h 198 int_type sputc(char_type __c) { function in class:basic_streambuf
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_sstream.h 49 // have to use append() for every sputc. Conceptually, the buffer
_streambuf.h 198 int_type sputc(char_type __c) { function in class:basic_streambuf
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream.tcc 165 const int_type __put = this->rdbuf()->sputc(__c);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream.tcc 165 const int_type __put = this->rdbuf()->sputc(__c);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ostream.tcc 163 const int_type __put = this->rdbuf()->sputc(__c);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
istream 873 __sb->sputc(traits_type::to_char_type(__i)),
1029 if (traits_type::eq_int_type(__sb.sputc(__ch), traits_type::eof()))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
istream.tcc 323 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))

Completed in 373 milliseconds

1 2 3 45 6 7