Searched defs:basic_streambuf (Results 1 - 5 of 5) sorted by path

/external/clang/test/CodeGenCXX/
H A Dtemplate-instantiation.cpp38 struct basic_streambuf { struct in namespace:test0
39 virtual ~basic_streambuf();
42 struct stdio_sync_filebuf : public basic_streambuf {
64 struct basic_streambuf { struct in namespace:test1
65 virtual ~basic_streambuf();
68 struct stdio_sync_filebuf : public basic_streambuf {
/external/clang/test/PCH/
H A Dcxx-templates.h98 class basic_streambuf class
/external/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp94 struct basic_streambuf;
97 struct basic_streambuf{friend bob<>()}; // expected-error{{unknown type name 'bob'}} \ struct in namespace:PR7622
99 template struct basic_streambuf<int>;
/external/stlport/stlport/stl/
H A D_streambuf.c27 // Non-inline basic_streambuf<> member functions.
31 basic_streambuf<_CharT, _Traits>::basic_streambuf() function in class:_Traits
40 basic_streambuf<_CharT, _Traits>::~basic_streambuf()
45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) {
54 basic_streambuf<_CharT, _Traits>::xsgetn(_CharT* __s, streamsize __n) {
84 basic_streambuf<_CharT, _Traits>::xsputn(const _CharT* __s, streamsize __n)
112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n)
136 _STLP_TYPENAME_ON_RETURN_TYPE basic_streambuf<_Char
[all...]
H A D_streambuf.h28 // 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<_Char
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...]

Completed in 536 milliseconds