/external/stlport/stlport/using/ |
export | 12 strstream
|
strstream | 4 using _STLP_NEW_IO_NAMESPACE::strstream;
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
export | 12 strstream
|
strstream | 4 using _STLP_NEW_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/ |
export | 12 strstream
|
strstream | 4 using _STLP_NEW_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/ |
export | 12 strstream
|
strstream | 4 using _STLP_NEW_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/ |
export | 12 strstream
|
strstream | 4 using _STLP_NEW_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/ |
export | 12 strstream
|
strstream | 4 using _STLP_NEW_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/ |
export | 12 strstream
|
strstream | 4 using _STLP_NEW_IO_NAMESPACE::strstream;
|
/external/stlport/stlport/using/h/ |
strstream.h | 4 using _STLP_OLD_IO_NAMESPACE::strstream;
|
/ndk/sources/cxx-stl/stlport/stlport/using/h/ |
strstream.h | 4 using _STLP_OLD_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/ |
strstream.h | 4 using _STLP_OLD_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/ |
strstream.h | 4 using _STLP_OLD_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/ |
strstream.h | 4 using _STLP_OLD_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/ |
strstream.h | 4 using _STLP_OLD_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/h/ |
strstream.h | 4 using _STLP_OLD_IO_NAMESPACE::strstream;
|
/external/stlport/etc/ |
std_headers_classic_iostreams.txt | 8 strstream.h
|
std_headers.txt | 31 strstream
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/ |
types.pass.cpp | 10 // <strstream> 12 // class strstream 22 #include <strstream> 27 static_assert((std::is_base_of<std::iostream, std::strstream>::value), ""); 28 static_assert((std::is_same<std::strstream::char_type, char>::value), ""); 29 static_assert((std::is_same<std::strstream::int_type, std::char_traits<char>::int_type>::value), ""); 30 static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), ""); 31 static_assert((std::is_same<std::strstream::off_type, std::char_traits<char>::off_type>::value), "");
|
/external/stlport/test/unit/ |
strstream_buffer_read_test.cpp | 7 # include <strstream> 30 strstream stream(hello, sizeof(hello), ios_base::in);
|