HomeSort by relevance Sort by last modified time
    Searched refs:_CharT (Results 401 - 425 of 808) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
151 typedef _CharT char_type;
158 typedef basic_streambuf<_CharT, _Traits> _Base;
159 typedef basic_filebuf<_CharT, _Traits> _Self;
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
229 friend class _Underflow<_CharT, _Traits>;
234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n);
277 _CharT* _M_int_buf
    [all...]
_fstream.c 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type
38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type
39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type
46 template <class _CharT, class _Traits>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
151 typedef _CharT char_type;
158 typedef basic_streambuf<_CharT, _Traits> _Base;
159 typedef basic_filebuf<_CharT, _Traits> _Self;
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
229 friend class _Underflow<_CharT, _Traits>;
234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n);
277 _CharT* _M_int_buf
    [all...]
_fstream.c 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type
38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type
39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type
46 template <class _CharT, class _Traits>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
151 typedef _CharT char_type;
158 typedef basic_streambuf<_CharT, _Traits> _Base;
159 typedef basic_filebuf<_CharT, _Traits> _Self;
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
229 friend class _Underflow<_CharT, _Traits>;
234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n);
277 _CharT* _M_int_buf
    [all...]
_fstream.c 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type
38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type
39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type
46 template <class _CharT, class _Traits>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
151 typedef _CharT char_type;
158 typedef basic_streambuf<_CharT, _Traits> _Base;
159 typedef basic_filebuf<_CharT, _Traits> _Self;
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
229 friend class _Underflow<_CharT, _Traits>;
234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n);
277 _CharT* _M_int_buf
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.h 145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
151 typedef _CharT char_type;
158 typedef basic_streambuf<_CharT, _Traits> _Base;
159 typedef basic_filebuf<_CharT, _Traits> _Self;
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
229 friend class _Underflow<_CharT, _Traits>;
234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n);
277 _CharT* _M_int_buf
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h 67 template<typename _CharT, typename _Traits, typename _Alloc,
70 : private _Base<_CharT, _Traits, _Alloc>
72 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
122 _M_disjunct(const _CharT* __s) const
124 return (std::less<const _CharT*>()(__s, this->_M_data())
125 || std::less<const _CharT*>()(this->_M_data()
182 __versa_string(std::initializer_list<_CharT> __l,
225 __versa_string(const _CharT* __s, size_type __n,
234 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc())
244 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring.h 67 template<typename _CharT, typename _Traits, typename _Alloc,
70 : private _Base<_CharT, _Traits, _Alloc>
72 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
122 _M_disjunct(const _CharT* __s) const
124 return (std::less<const _CharT*>()(__s, this->_M_data())
125 || std::less<const _CharT*>()(this->_M_data()
182 __versa_string(std::initializer_list<_CharT> __l,
225 __versa_string(const _CharT* __s, size_type __n,
234 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc())
244 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 67 template<typename _CharT, typename _Traits, typename _Alloc,
70 : private _Base<_CharT, _Traits, _Alloc>
72 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
122 _M_disjunct(const _CharT* __s) const
124 return (std::less<const _CharT*>()(__s, this->_M_data())
125 || std::less<const _CharT*>()(this->_M_data()
182 __versa_string(std::initializer_list<_CharT> __l,
225 __versa_string(const _CharT* __s, size_type __n,
234 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc())
244 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 55 template<typename _CharT, typename _Traits, typename _Alloc,
58 : private _Base<_CharT, _Traits, _Alloc>
60 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
110 _M_disjunct(const _CharT* __s) const
112 return (std::less<const _CharT*>()(__s, this->_M_data())
113 || std::less<const _CharT*>()(this->_M_data()
170 __versa_string(std::initializer_list<_CharT> __l,
213 __versa_string(const _CharT* __s, size_type __n,
222 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc())
232 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 67 template<typename _CharT, typename _Traits, typename _Alloc,
70 : private _Base<_CharT, _Traits, _Alloc>
72 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
122 _M_disjunct(const _CharT* __s) const
124 return (std::less<const _CharT*>()(__s, this->_M_data())
125 || std::less<const _CharT*>()(this->_M_data()
182 __versa_string(std::initializer_list<_CharT> __l,
225 __versa_string(const _CharT* __s, size_type __n,
234 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc())
244 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 55 template<typename _CharT, typename _Traits, typename _Alloc,
58 : private _Base<_CharT, _Traits, _Alloc>
60 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
110 _M_disjunct(const _CharT* __s) const
112 return (std::less<const _CharT*>()(__s, this->_M_data())
113 || std::less<const _CharT*>()(this->_M_data()
170 __versa_string(std::initializer_list<_CharT> __l,
213 __versa_string(const _CharT* __s, size_type __n,
222 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc())
232 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.h 54 template<typename _CharT, typename _Traits, typename _Alloc,
57 : private _Base<_CharT, _Traits, _Alloc>
59 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
109 _M_disjunct(const _CharT* __s) const
111 return (std::less<const _CharT*>()(__s, this->_M_data())
112 || std::less<const _CharT*>()(this->_M_data()
169 __versa_string(std::initializer_list<_CharT> __l,
212 __versa_string(const _CharT* __s, size_type __n,
221 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc())
231 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()
    [all...]
  /external/stlport/stlport/stl/
_fstream.c 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type
38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type
39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type
46 template <class _CharT, class _Traits>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type
38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type
39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type
46 template <class _CharT, class _Traits>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.h 61 template<typename _CharT, typename _Traits>
71 typedef _CharT char_type;
82 typedef ctype<_CharT> __ctype_type;
83 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
91 basic_ostream<_CharT, _Traits>* _M_tie;
94 basic_streambuf<_CharT, _Traits>* _M_streambuf;
260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_ios.h 63 template<typename _CharT, typename _Traits>
73 typedef _CharT char_type;
84 typedef ctype<_CharT> __ctype_type;
85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
93 basic_ostream<_CharT, _Traits>* _M_tie;
96 basic_streambuf<_CharT, _Traits>* _M_streambuf;
262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_ios.h 63 template<typename _CharT, typename _Traits>
73 typedef _CharT char_type;
84 typedef ctype<_CharT> __ctype_type;
85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
93 basic_ostream<_CharT, _Traits>* _M_tie;
96 basic_streambuf<_CharT, _Traits>* _M_streambuf;
262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 61 template<typename _CharT, typename _Traits>
71 typedef _CharT char_type;
82 typedef ctype<_CharT> __ctype_type;
83 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
91 basic_ostream<_CharT, _Traits>* _M_tie;
94 basic_streambuf<_CharT, _Traits>* _M_streambuf;
260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 61 template<typename _CharT, typename _Traits>
71 typedef _CharT char_type;
82 typedef ctype<_CharT> __ctype_type;
83 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
91 basic_ostream<_CharT, _Traits>* _M_tie;
94 basic_streambuf<_CharT, _Traits>* _M_streambuf;
260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 61 template<typename _CharT, typename _Traits>
71 typedef _CharT char_type;
82 typedef ctype<_CharT> __ctype_type;
83 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
91 basic_ostream<_CharT, _Traits>* _M_tie;
94 basic_streambuf<_CharT, _Traits>* _M_streambuf;
260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.h 61 template<typename _CharT, typename _Traits>
71 typedef _CharT char_type;
82 typedef ctype<_CharT> __ctype_type;
83 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
91 basic_ostream<_CharT, _Traits>* _M_tie;
94 basic_streambuf<_CharT, _Traits>* _M_streambuf;
260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 63 template<typename _CharT, typename _Traits>
73 typedef _CharT char_type;
84 typedef ctype<_CharT> __ctype_type;
85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
93 basic_ostream<_CharT, _Traits>* _M_tie;
96 basic_streambuf<_CharT, _Traits>* _M_streambuf;
262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb
    [all...]

Completed in 869 milliseconds

<<11121314151617181920>>