HomeSort by relevance Sort by last modified time
    Searched full:basic_streambuf (Results 26 - 50 of 222) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/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...]
_iosfwd.h 33 class basic_streambuf;
117 //_STLP_TEMPLATE_NULL class basic_streambuf<char, char_traits<char> >;
123 typedef basic_streambuf<char,char_traits<char> > streambuf;
137 typedef basic_streambuf<wchar_t, char_traits<wchar_t> > wstreambuf;
_ios.h 58 explicit basic_ios(basic_streambuf<_CharT, _Traits>* __streambuf);
72 basic_streambuf<_CharT, _Traits>* rdbuf() const
75 basic_streambuf<_CharT, _Traits>*
76 rdbuf(basic_streambuf<char_type, traits_type>*);
126 void init(basic_streambuf<_CharT, _Traits>* __streambuf);
137 basic_streambuf<_CharT, _Traits>* _M_streambuf;
_ostream.h 71 explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
83 bool _M_copy_buffered(basic_streambuf<_CharT, _Traits>* __from,
84 basic_streambuf<_CharT, _Traits>* __to);
85 bool _M_copy_unbuffered(basic_streambuf<_CharT, _Traits>* __from,
86 basic_streambuf<_CharT, _Traits>* __to);
101 _Self& operator<<(basic_streambuf<_CharT, _Traits>* __buf);
177 // basic_streambuf<_CharT, _Traits>* _M_buf;
232 inline basic_streambuf<_CharT, _Traits>* _STLP_CALL
_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;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/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...]
_iosfwd.h 33 class basic_streambuf;
117 //_STLP_TEMPLATE_NULL class basic_streambuf<char, char_traits<char> >;
123 typedef basic_streambuf<char,char_traits<char> > streambuf;
137 typedef basic_streambuf<wchar_t, char_traits<wchar_t> > wstreambuf;
_ios.h 58 explicit basic_ios(basic_streambuf<_CharT, _Traits>* __streambuf);
72 basic_streambuf<_CharT, _Traits>* rdbuf() const
75 basic_streambuf<_CharT, _Traits>*
76 rdbuf(basic_streambuf<char_type, traits_type>*);
126 void init(basic_streambuf<_CharT, _Traits>* __streambuf);
137 basic_streambuf<_CharT, _Traits>* _M_streambuf;
_ostream.h 71 explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
83 bool _M_copy_buffered(basic_streambuf<_CharT, _Traits>* __from,
84 basic_streambuf<_CharT, _Traits>* __to);
85 bool _M_copy_unbuffered(basic_streambuf<_CharT, _Traits>* __from,
86 basic_streambuf<_CharT, _Traits>* __to);
101 _Self& operator<<(basic_streambuf<_CharT, _Traits>* __buf);
177 // basic_streambuf<_CharT, _Traits>* _M_buf;
232 inline basic_streambuf<_CharT, _Traits>* _STLP_CALL
_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;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/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...]
_iosfwd.h 33 class basic_streambuf;
117 //_STLP_TEMPLATE_NULL class basic_streambuf<char, char_traits<char> >;
123 typedef basic_streambuf<char,char_traits<char> > streambuf;
137 typedef basic_streambuf<wchar_t, char_traits<wchar_t> > wstreambuf;
_ios.h 58 explicit basic_ios(basic_streambuf<_CharT, _Traits>* __streambuf);
72 basic_streambuf<_CharT, _Traits>* rdbuf() const
75 basic_streambuf<_CharT, _Traits>*
76 rdbuf(basic_streambuf<char_type, traits_type>*);
126 void init(basic_streambuf<_CharT, _Traits>* __streambuf);
137 basic_streambuf<_CharT, _Traits>* _M_streambuf;
  /external/llvm/test/Transforms/Inline/
2006-01-14-CallGraphUpdate.ll 4 %"struct.std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >" = type { i32 (...)**, i32*, i32*, i32*, i32*, i32*, i32*, %"struct.std::locale" }
11 %"struct.std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t> >" = type { %"struct.std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >"*, i32 }
13 define void @_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewl(%"struct.std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t> >"* %agg.result, %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>"* %this, %"struct.std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >"* %__s.0__, i32 %__s.1__, %"struct.std::ios_base"* %__io, i32 %__fill, i32 %__v) {
  /external/stlport/stlport/stl/
_iosfwd.h 33 class basic_streambuf;
117 //_STLP_TEMPLATE_NULL class basic_streambuf<char, char_traits<char> >;
123 typedef basic_streambuf<char,char_traits<char> > streambuf;
137 typedef basic_streambuf<wchar_t, char_traits<wchar_t> > wstreambuf;
_ios.h 58 explicit basic_ios(basic_streambuf<_CharT, _Traits>* __streambuf);
72 basic_streambuf<_CharT, _Traits>* rdbuf() const
75 basic_streambuf<_CharT, _Traits>*
76 rdbuf(basic_streambuf<char_type, traits_type>*);
126 void init(basic_streambuf<_CharT, _Traits>* __streambuf);
137 basic_streambuf<_CharT, _Traits>* _M_streambuf;
_ostream.h 71 explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
83 bool _M_copy_buffered(basic_streambuf<_CharT, _Traits>* __from,
84 basic_streambuf<_CharT, _Traits>* __to);
85 bool _M_copy_unbuffered(basic_streambuf<_CharT, _Traits>* __from,
86 basic_streambuf<_CharT, _Traits>* __to);
101 _Self& operator<<(basic_streambuf<_CharT, _Traits>* __buf);
177 // basic_streambuf<_CharT, _Traits>* _M_buf;
232 inline basic_streambuf<_CharT, _Traits>* _STLP_CALL
_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;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 33 class basic_streambuf;
117 //_STLP_TEMPLATE_NULL class basic_streambuf<char, char_traits<char> >;
123 typedef basic_streambuf<char,char_traits<char> > streambuf;
137 typedef basic_streambuf<wchar_t, char_traits<wchar_t> > wstreambuf;
_ios.h 58 explicit basic_ios(basic_streambuf<_CharT, _Traits>* __streambuf);
72 basic_streambuf<_CharT, _Traits>* rdbuf() const
75 basic_streambuf<_CharT, _Traits>*
76 rdbuf(basic_streambuf<char_type, traits_type>*);
126 void init(basic_streambuf<_CharT, _Traits>* __streambuf);
137 basic_streambuf<_CharT, _Traits>* _M_streambuf;
_ostream.h 71 explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
83 bool _M_copy_buffered(basic_streambuf<_CharT, _Traits>* __from,
84 basic_streambuf<_CharT, _Traits>* __to);
85 bool _M_copy_unbuffered(basic_streambuf<_CharT, _Traits>* __from,
86 basic_streambuf<_CharT, _Traits>* __to);
101 _Self& operator<<(basic_streambuf<_CharT, _Traits>* __buf);
177 // basic_streambuf<_CharT, _Traits>* _M_buf;
232 inline basic_streambuf<_CharT, _Traits>* _STLP_CALL
_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/clang/test/CodeGenCXX/
template-instantiation.cpp 34 struct basic_streambuf { struct in namespace:test0
35 virtual ~basic_streambuf();
38 struct stdio_sync_filebuf : public basic_streambuf {
50 struct basic_streambuf { struct in namespace:test1
51 virtual ~basic_streambuf();
54 struct stdio_sync_filebuf : public basic_streambuf {
  /external/llvm/test/CodeGen/Generic/
2009-11-16-BadKillsCrash.ll 5 %"struct.std::basic_ios<char,std::char_traits<char> >" = type { %"struct.std::ios_base", %"struct.std::basic_ostream<char,std::char_traits<char> >"*, i8, i8, %"struct.std::basic_streambuf<char,std::char_traits<char> >"*, %"struct.std::ctype<char>"*, %"struct.std::__ctype_abstract_base<wchar_t>"*, %"struct.std::__ctype_abstract_base<wchar_t>"* }
8 %"struct.std::basic_streambuf<char,std::char_traits<char> >" = type { i32 (...)**, i8*, i8*, i8*, i8*, i8*, i8*, %"struct.std::locale" }
28 %1 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
42 %3 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
46 %4 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
53 %5 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
  /external/clang/test/SemaTemplate/
explicit-instantiation.cpp 93 struct basic_streambuf;
96 struct basic_streambuf{friend bob<>()}; // expected-error{{unknown type name 'bob'}} \ struct in namespace:PR7622
98 template struct basic_streambuf<int>;

Completed in 1266 milliseconds

12 3 4 5 6 7 8 9