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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ostream_insert.h 40 template<typename _CharT, typename _Traits>
42 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
43 const _CharT* __s, streamsize __n)
45 typedef basic_ostream<_CharT, _Traits> __ostream_type;
53 template<typename _CharT, typename _Traits>
55 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
57 typedef basic_ostream<_CharT, _Traits> __ostream_type;
60 const _CharT __c = __out.fill();
72 template<typename _CharT, typename _Traits>
73 basic_ostream<_CharT, _Traits>
    [all...]
basic_string.h 103 template<typename _CharT, typename _Traits, typename _Alloc>
106 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
131 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
159 // with a terminating character and m _CharT elements, it'd
161 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
166 static const _CharT _S_terminal;
208 _CharT*
210 { return reinterpret_cast<_CharT*>(this + 1); }
212 _CharT*
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 42 template<typename _CharT, typename _Traits>
44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
45 const _CharT* __s, streamsize __n)
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
55 template<typename _CharT, typename _Traits>
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
62 const _CharT __c = __out.fill();
74 template<typename _CharT, typename _Traits>
75 basic_ostream<_CharT, _Traits>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 42 template<typename _CharT, typename _Traits>
44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
45 const _CharT* __s, streamsize __n)
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
55 template<typename _CharT, typename _Traits>
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
62 const _CharT __c = __out.fill();
74 template<typename _CharT, typename _Traits>
75 basic_ostream<_CharT, _Traits>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 42 template<typename _CharT, typename _Traits>
44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
45 const _CharT* __s, streamsize __n)
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
55 template<typename _CharT, typename _Traits>
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
62 const _CharT __c = __out.fill();
74 template<typename _CharT, typename _Traits>
75 basic_ostream<_CharT, _Traits>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 42 template<typename _CharT, typename _Traits>
44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
45 const _CharT* __s, streamsize __n)
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
55 template<typename _CharT, typename _Traits>
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
62 const _CharT __c = __out.fill();
74 template<typename _CharT, typename _Traits>
75 basic_ostream<_CharT, _Traits>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ostream_insert.h 42 template<typename _CharT, typename _Traits>
44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
45 const _CharT* __s, streamsize __n)
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
55 template<typename _CharT, typename _Traits>
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
62 const _CharT __c = __out.fill();
74 template<typename _CharT, typename _Traits>
75 basic_ostream<_CharT, _Traits>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 103 template<typename _CharT, typename _Traits, typename _Alloc>
106 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
131 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
159 // with a terminating character and m _CharT elements, it'd
161 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
166 static const _CharT _S_terminal;
208 _CharT*
210 { return reinterpret_cast<_CharT*>(this + 1); }
212 _CharT*
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 65 template <class _CharT, class _Alloc>
67 _Rope_iterator_base<_CharT, _Alloc>::
68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
87 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
110 template <class _CharT, class _Alloc>
112 _Rope_iterator_base<_CharT, _Alloc>::
113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 67 template <class _CharT, class _Alloc>
69 _Rope_iterator_base<_CharT, _Alloc>::
70 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
79 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
112 template <class _CharT, class _Alloc>
114 _Rope_iterator_base<_CharT, _Alloc>::
115 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 67 template <class _CharT, class _Alloc>
69 _Rope_iterator_base<_CharT, _Alloc>::
70 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
79 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
112 template <class _CharT, class _Alloc>
114 _Rope_iterator_base<_CharT, _Alloc>::
115 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 103 template<typename _CharT, typename _Traits, typename _Alloc>
106 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
131 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
159 // with a terminating character and m _CharT elements, it'd
161 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
166 static const _CharT _S_terminal;
208 _CharT*
210 { return reinterpret_cast<_CharT*>(this + 1); }
212 _CharT*
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 65 template <class _CharT, class _Alloc>
67 _Rope_iterator_base<_CharT, _Alloc>::
68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
87 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
110 template <class _CharT, class _Alloc>
112 _Rope_iterator_base<_CharT, _Alloc>::
113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 103 template<typename _CharT, typename _Traits, typename _Alloc>
106 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
131 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
159 // with a terminating character and m _CharT elements, it'd
161 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
166 static const _CharT _S_terminal;
208 _CharT*
210 { return reinterpret_cast<_CharT*>(this + 1); }
212 _CharT*
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 65 template <class _CharT, class _Alloc>
67 _Rope_iterator_base<_CharT, _Alloc>::
68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
87 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
110 template <class _CharT, class _Alloc>
112 _Rope_iterator_base<_CharT, _Alloc>::
113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 103 template<typename _CharT, typename _Traits, typename _Alloc>
106 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
131 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
159 // with a terminating character and m _CharT elements, it'd
161 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
166 static const _CharT _S_terminal;
208 _CharT*
210 { return reinterpret_cast<_CharT*>(this + 1); }
212 _CharT*
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 65 template <class _CharT, class _Alloc>
67 _Rope_iterator_base<_CharT, _Alloc>::
68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
87 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
110 template <class _CharT, class _Alloc>
112 _Rope_iterator_base<_CharT, _Alloc>::
113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
ropeimpl.h 65 template <class _CharT, class _Alloc>
67 _Rope_iterator_base<_CharT, _Alloc>::
68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
87 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
110 template <class _CharT, class _Alloc>
112 _Rope_iterator_base<_CharT, _Alloc>::
113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h 67 template <class _CharT, class _Alloc>
69 _Rope_iterator_base<_CharT, _Alloc>::
70 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
79 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
112 template <class _CharT, class _Alloc>
114 _Rope_iterator_base<_CharT, _Alloc>::
115 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h 67 template <class _CharT, class _Alloc>
69 _Rope_iterator_base<_CharT, _Alloc>::
70 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
79 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
112 template <class _CharT, class _Alloc>
114 _Rope_iterator_base<_CharT, _Alloc>::
115 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h 67 template <class _CharT, class _Alloc>
69 _Rope_iterator_base<_CharT, _Alloc>::
70 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
79 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
112 template <class _CharT, class _Alloc>
114 _Rope_iterator_base<_CharT, _Alloc>::
115 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h 67 template <class _CharT, class _Alloc>
69 _Rope_iterator_base<_CharT, _Alloc>::
70 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
79 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
112 template <class _CharT, class _Alloc>
114 _Rope_iterator_base<_CharT, _Alloc>::
115 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
ropeimpl.h 66 template <class _CharT, class _Alloc>
68 _Rope_iterator_base<_CharT, _Alloc>::
69 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
78 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
88 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
111 template <class _CharT, class _Alloc>
113 _Rope_iterator_base<_CharT, _Alloc>::
114 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
153 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /external/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...]
  /ndk/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...]

Completed in 1252 milliseconds

<<11121314151617181920>>