HomeSort by relevance Sort by last modified time
    Searched full:streambuf (Results 201 - 225 of 520) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
ios 43 #include <streambuf>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ios 43 #include <streambuf>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ios 43 #include <streambuf>
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
ios 43 #include <streambuf>
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
move.pass.cpp 19 #include <streambuf>
25 : public std::streambuf
33 testios(std::streambuf* p) : std::ios(p) {}
swap.pass.cpp 20 #include <streambuf>
26 : public std::streambuf
33 testios(std::streambuf* p) : std::ios(p) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
move.pass.cpp 17 #include <streambuf>
23 : public std::streambuf
31 testios(std::streambuf* p) : std::ios(p) {}
swap.pass.cpp 17 #include <streambuf>
23 : public std::streambuf
30 testios(std::streambuf* p) : std::ios(p) {}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 28 // Class basic_streambuf<>, the base class of the streambuf hierarchy.
69 locale _M_locale; // The streambuf's locale object
256 // sets the streambuf's locale to __loc. Note that imbue should
257 // not (and cannot, since it has no access to streambuf's private
258 // members) set the streambuf's locale itself.
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 28 // Class basic_streambuf<>, the base class of the streambuf hierarchy.
69 locale _M_locale; // The streambuf's locale object
256 // sets the streambuf's locale to __loc. Note that imbue should
257 // not (and cannot, since it has no access to streambuf's private
258 // members) set the streambuf's locale itself.
  /external/libcxx/include/
strstream 50 virtual streambuf* setbuf(char* s, streamsize n);
141 : public streambuf
198 : streambuf(__rhs),
219 streambuf::operator=(__rhs);
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
bool.pass.cpp 47 std::istream is((std::streambuf*)0);
double.pass.cpp 47 std::istream is((std::streambuf*)0);
float.pass.cpp 47 std::istream is((std::streambuf*)0);
int.pass.cpp 47 std::istream is((std::streambuf*)0);
long.pass.cpp 47 std::istream is((std::streambuf*)0);
long_double.pass.cpp 47 std::istream is((std::streambuf*)0);
long_long.pass.cpp 47 std::istream is((std::streambuf*)0);
short.pass.cpp 47 std::istream is((std::streambuf*)0);
unsigned_int.pass.cpp 47 std::istream is((std::streambuf*)0);
unsigned_long.pass.cpp 47 std::istream is((std::streambuf*)0);
unsigned_long_long.pass.cpp 47 std::istream is((std::streambuf*)0);
unsigned_short.pass.cpp 47 std::istream is((std::streambuf*)0);
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 55 std::ostream os((std::streambuf*)0);
double.pass.cpp 55 std::ostream os((std::streambuf*)0);

Completed in 93 milliseconds

1 2 3 4 5 6 7 891011>>