| /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
| long_double.pass.cpp | 22 : public std::basic_streambuf<CharT> 24 typedef std::basic_streambuf<CharT> base;
|
| long_long.pass.cpp | 22 : public std::basic_streambuf<CharT> 24 typedef std::basic_streambuf<CharT> base;
|
| pointer.pass.cpp | 22 : public std::basic_streambuf<CharT> 24 typedef std::basic_streambuf<CharT> base;
|
| short.pass.cpp | 22 : public std::basic_streambuf<CharT> 24 typedef std::basic_streambuf<CharT> base;
|
| unsigned_int.pass.cpp | 22 : public std::basic_streambuf<CharT> 24 typedef std::basic_streambuf<CharT> base;
|
| unsigned_long.pass.cpp | 22 : public std::basic_streambuf<CharT> 24 typedef std::basic_streambuf<CharT> base;
|
| unsigned_long_long.pass.cpp | 22 : public std::basic_streambuf<CharT> 24 typedef std::basic_streambuf<CharT> base;
|
| unsigned_short.pass.cpp | 22 : public std::basic_streambuf<CharT> 24 typedef std::basic_streambuf<CharT> base;
|
| /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.manip/ |
| endl.pass.cpp | 25 : public std::basic_streambuf<CharT> 27 typedef std::basic_streambuf<CharT> base;
|
| ends.pass.cpp | 23 : public std::basic_streambuf<CharT> 25 typedef std::basic_streambuf<CharT> base;
|
| /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.rvalue/ |
| CharT_pointer.pass.cpp | 26 : public std::basic_streambuf<CharT> 28 typedef std::basic_streambuf<CharT> base;
|
| /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.seeks/ |
| seekp2.pass.cpp | 24 : public std::basic_streambuf<CharT> 26 typedef std::basic_streambuf<CharT> base;
|
| /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
| put.pass.cpp | 22 : public std::basic_streambuf<CharT> 24 typedef std::basic_streambuf<CharT> base;
|
| write.pass.cpp | 22 : public std::basic_streambuf<CharT> 24 typedef std::basic_streambuf<CharT> base;
|
| /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
| gbump.pass.cpp | 13 // class basic_streambuf; 22 : public std::basic_streambuf<CharT> 24 typedef std::basic_streambuf<CharT> base;
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _ostreambuf_iterator.h | 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| _streambuf.h | 28 // Class basic_streambuf<>, the base class of the streambuf hierarchy. 30 // A basic_streambuf<> manages an input (get) area and an output (put) 32 // current position. basic_streambuf<> contains some very simple member 38 // Although basic_streambuf<> is not abstract, it is useful only as a base 40 // reading from a basic_streambuf<> will always yield EOF, and writing to a 41 // basic_streambuf<> will always fail. 48 class basic_streambuf { class 72 virtual ~basic_streambuf(); 75 basic_streambuf() function in class:basic_streambuf 124 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize) 271 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<char, char_traits<char> >; variable 273 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<wchar_t, char_traits<wchar_t> >; variable [all...] |
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
| _ostreambuf_iterator.h | 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| _streambuf.h | 28 // Class basic_streambuf<>, the base class of the streambuf hierarchy. 30 // A basic_streambuf<> manages an input (get) area and an output (put) 32 // current position. basic_streambuf<> contains some very simple member 38 // Although basic_streambuf<> is not abstract, it is useful only as a base 40 // reading from a basic_streambuf<> will always yield EOF, and writing to a 41 // basic_streambuf<> will always fail. 48 class basic_streambuf { class 72 virtual ~basic_streambuf(); 75 basic_streambuf() function in class:basic_streambuf 124 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize) 271 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<char, char_traits<char> >; variable 273 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<wchar_t, char_traits<wchar_t> >; variable [all...] |
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
| _ostreambuf_iterator.h | 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| _streambuf.h | 28 // Class basic_streambuf<>, the base class of the streambuf hierarchy. 30 // A basic_streambuf<> manages an input (get) area and an output (put) 32 // current position. basic_streambuf<> contains some very simple member 38 // Although basic_streambuf<> is not abstract, it is useful only as a base 40 // reading from a basic_streambuf<> will always yield EOF, and writing to a 41 // basic_streambuf<> will always fail. 48 class basic_streambuf { class 72 virtual ~basic_streambuf(); 75 basic_streambuf() function in class:basic_streambuf 124 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize) 271 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<char, char_traits<char> >; variable 273 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<wchar_t, char_traits<wchar_t> >; variable [all...] |
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
| _ostreambuf_iterator.h | 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| _streambuf.h | 28 // Class basic_streambuf<>, the base class of the streambuf hierarchy. 30 // A basic_streambuf<> manages an input (get) area and an output (put) 32 // current position. basic_streambuf<> contains some very simple member 38 // Although basic_streambuf<> is not abstract, it is useful only as a base 40 // reading from a basic_streambuf<> will always yield EOF, and writing to a 41 // basic_streambuf<> will always fail. 48 class basic_streambuf { class 72 virtual ~basic_streambuf(); 75 basic_streambuf() function in class:basic_streambuf 124 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize) 271 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<char, char_traits<char> >; variable 273 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<wchar_t, char_traits<wchar_t> >; variable [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
| _ostreambuf_iterator.h | 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| /external/stlport/stlport/stl/ |
| _streambuf.h | 28 // Class basic_streambuf<>, the base class of the streambuf hierarchy. 30 // A basic_streambuf<> manages an input (get) area and an output (put) 32 // current position. basic_streambuf<> contains some very simple member 38 // Although basic_streambuf<> is not abstract, it is useful only as a base 40 // reading from a basic_streambuf<> will always yield EOF, and writing to a 41 // basic_streambuf<> will always fail. 48 class basic_streambuf { class 72 virtual ~basic_streambuf(); 75 basic_streambuf() function in class:basic_streambuf 124 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize) 271 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<char, char_traits<char> >; variable 273 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<wchar_t, char_traits<wchar_t> >; variable [all...] |