HomeSort by relevance Sort by last modified time
    Searched defs:basic_streambuf (Results 1 - 10 of 10) sorted by null

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 27 // 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<_CharT, _Traits>::int_typ
    [all...]
_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/r11/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 27 // 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<_CharT, _Traits>::int_typ
    [all...]
_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/r13/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 27 // 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<_CharT, _Traits>::int_typ
    [all...]
_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...]
  /external/clang/test/CodeGenCXX/
template-instantiation.cpp 38 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/SemaTemplate/
explicit-instantiation.cpp 95 struct basic_streambuf;
98 struct basic_streambuf{friend bob<>()}; // expected-error{{unknown type name 'bob'}} \ struct in namespace:PR7622
100 template struct basic_streambuf<int>;
  /external/clang/test/PCH/
cxx-templates.h 98 class basic_streambuf class
  /external/libcxx/src/
ios.cpp 34 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
35 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS

Completed in 563 milliseconds