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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 82 template<typename _CharT, typename _Traits, typename _Alloc>
84 : protected __vstring_utility<_CharT, _Traits, _Alloc>
91 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
101 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
121 _CharT _M_align;
126 _CharT*
128 { return reinterpret_cast<_CharT*>(this + 1); }
130 _CharT*
144 traits_type::assign(_M_refdata()[__n], _CharT());
154 _CharT*
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 82 template<typename _CharT, typename _Traits, typename _Alloc>
84 : protected __vstring_utility<_CharT, _Traits, _Alloc>
91 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
101 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
121 _CharT _M_align;
126 _CharT*
128 { return reinterpret_cast<_CharT*>(this + 1); }
130 _CharT*
144 traits_type::assign(_M_refdata()[__n], _CharT());
154 _CharT*
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 82 template<typename _CharT, typename _Traits, typename _Alloc>
84 : protected __vstring_utility<_CharT, _Traits, _Alloc>
91 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
101 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
121 _CharT _M_align;
126 _CharT*
128 { return reinterpret_cast<_CharT*>(this + 1); }
130 _CharT*
144 traits_type::assign(_M_refdata()[__n], _CharT());
154 _CharT*
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 82 template<typename _CharT, typename _Traits, typename _Alloc>
84 : protected __vstring_utility<_CharT, _Traits, _Alloc>
91 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
101 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
121 _CharT _M_align;
126 _CharT*
128 { return reinterpret_cast<_CharT*>(this + 1); }
130 _CharT*
144 traits_type::assign(_M_refdata()[__n], _CharT());
154 _CharT*
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 82 template<typename _CharT, typename _Traits, typename _Alloc>
84 : protected __vstring_utility<_CharT, _Traits, _Alloc>
91 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
101 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
121 _CharT _M_align;
126 _CharT*
128 { return reinterpret_cast<_CharT*>(this + 1); }
130 _CharT*
144 traits_type::assign(_M_refdata()[__n], _CharT());
154 _CharT*
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 82 template<typename _CharT, typename _Traits, typename _Alloc>
84 : protected __vstring_utility<_CharT, _Traits, _Alloc>
91 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
101 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
121 _CharT _M_align;
126 _CharT*
128 { return reinterpret_cast<_CharT*>(this + 1); }
130 _CharT*
144 traits_type::assign(_M_refdata()[__n], _CharT());
154 _CharT*
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rc_string_base.h 81 template<typename _CharT, typename _Traits, typename _Alloc>
83 : protected __vstring_utility<_CharT, _Traits, _Alloc>
90 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
100 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
120 _CharT _M_align;
125 _CharT*
127 { return reinterpret_cast<_CharT*>(this + 1); }
129 _CharT*
143 traits_type::assign(_M_refdata()[__n], _CharT());
153 _CharT*
    [all...]
  /external/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
19 _CharT __f = __os.fill();
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream;
33 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
19 _CharT __f = __os.fill();
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream;
33 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
19 _CharT __f = __os.fill();
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream;
33 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
19 _CharT __f = __os.fill();
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream;
33 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
19 _CharT __f = __os.fill();
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream;
33 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
19 _CharT __f = __os.fill();
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream;
33 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
19 _CharT __f = __os.fill();
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream;
33 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 80 template<typename _CharT, typename _Traits, typename _Alloc>
82 : protected __vstring_utility<_CharT, _Traits, _Alloc>
89 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
99 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
119 _CharT _M_align;
124 _CharT*
126 { return reinterpret_cast<_CharT*>(this + 1); }
128 _CharT*
142 traits_type::assign(_M_refdata()[__n], _CharT());
152 _CharT*
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 80 template<typename _CharT, typename _Traits, typename _Alloc>
82 : protected __vstring_utility<_CharT, _Traits, _Alloc>
89 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
99 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
119 _CharT _M_align;
124 _CharT*
126 { return reinterpret_cast<_CharT*>(this + 1); }
128 _CharT*
142 traits_type::assign(_M_refdata()[__n], _CharT());
152 _CharT*
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 80 template<typename _CharT, typename _Traits, typename _Alloc>
82 : protected __vstring_utility<_CharT, _Traits, _Alloc>
89 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
99 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
119 _CharT _M_align;
124 _CharT*
126 { return reinterpret_cast<_CharT*>(this + 1); }
128 _CharT*
142 traits_type::assign(_M_refdata()[__n], _CharT());
152 _CharT*
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 80 template<typename _CharT, typename _Traits, typename _Alloc>
82 : protected __vstring_utility<_CharT, _Traits, _Alloc>
89 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
99 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
119 _CharT _M_align;
124 _CharT*
126 { return reinterpret_cast<_CharT*>(this + 1); }
128 _CharT*
142 traits_type::assign(_M_refdata()[__n], _CharT());
152 _CharT*
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rc_string_base.h 80 template<typename _CharT, typename _Traits, typename _Alloc>
82 : protected __vstring_utility<_CharT, _Traits, _Alloc>
89 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
99 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
119 _CharT _M_align;
124 _CharT*
126 { return reinterpret_cast<_CharT*>(this + 1); }
128 _CharT*
142 traits_type::assign(_M_refdata()[__n], _CharT());
152 _CharT*
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/sources/cxx-stl/gnu-libstdc++/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...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/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...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/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...]

Completed in 1149 milliseconds

<<11121314151617181920>>