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

1 2 3 4 5

  /ndk/sources/cxx-stl/stlport/stlport/using/h/
strstream.h 1 using _STLP_OLD_IO_NAMESPACE::strstreambuf;
  /ndk/sources/cxx-stl/stlport/stlport/using/
strstream 1 using _STLP_NEW_IO_NAMESPACE::strstreambuf;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
strstream.h 1 using _STLP_OLD_IO_NAMESPACE::strstreambuf;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
strstream 1 using _STLP_NEW_IO_NAMESPACE::strstreambuf;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
strstream.h 1 using _STLP_OLD_IO_NAMESPACE::strstreambuf;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
strstream 1 using _STLP_NEW_IO_NAMESPACE::strstreambuf;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
strstream.h 1 using _STLP_OLD_IO_NAMESPACE::strstreambuf;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
strstream 1 using _STLP_NEW_IO_NAMESPACE::strstreambuf;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/
strstream.h 1 using _STLP_OLD_IO_NAMESPACE::strstreambuf;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
strstream 1 using _STLP_NEW_IO_NAMESPACE::strstreambuf;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/h/
strstream.h 1 using _STLP_OLD_IO_NAMESPACE::strstreambuf;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/
strstream 1 using _STLP_NEW_IO_NAMESPACE::strstreambuf;
  /external/libcxx/include/
strstream 17 class strstreambuf
21 explicit strstreambuf(streamsize alsize_arg = 0);
22 strstreambuf(void* (*palloc_arg)(size_t), void (*pfree_arg)(void*));
23 strstreambuf(char* gnext_arg, streamsize n, char* pbeg_arg = 0);
24 strstreambuf(const char* gnext_arg, streamsize n);
26 strstreambuf(signed char* gnext_arg, streamsize n, signed char* pbeg_arg = 0);
27 strstreambuf(const signed char* gnext_arg, streamsize n);
28 strstreambuf(unsigned char* gnext_arg, streamsize n, unsigned char* pbeg_arg = 0);
29 strstreambuf(const unsigned char* gnext_arg, streamsize n);
31 strstreambuf(strstreambuf&& rhs)
    [all...]