HomeSort by relevance Sort by last modified time
    Searched full:strstream (Results 1 - 25 of 356) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
  /external/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
Android.mk 17 test_makefile := external/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/Android.mk
19 test_name := depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/freeze
23 test_name := depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/pcount
27 test_name := depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/str
  /external/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), "");

Completed in 331 milliseconds

1 2 3 4 5 6 7 8 91011>>