HomeSort by relevance Sort by last modified time
    Searched refs:_CharT (Results 426 - 450 of 632) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.c 90 template <class _Tp, class _CharT, class _Traits>
91 basic_ostream<_CharT, _Traits>& _STLP_CALL
92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp;
105 template <class _Tp, class _CharT, class _Traits>
106 basic_istream<_CharT, _Traits>& _STLP_CALL
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
111 const ctype<_CharT>& __c_type = *__is._M_ctype_facet();
114 _CharT __wpunct[3]
    [all...]
_num_put.h 51 template <class _CharT, class _OutputIter>
54 typedef _CharT char_type;
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const;
112 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, unsigned long __val) const;
113 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const;
115 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const;
119 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, _STLP_LONG_LONG __val) const;
120 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill,
123 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, const void* __val) const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.c 90 template <class _Tp, class _CharT, class _Traits>
91 basic_ostream<_CharT, _Traits>& _STLP_CALL
92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp;
105 template <class _Tp, class _CharT, class _Traits>
106 basic_istream<_CharT, _Traits>& _STLP_CALL
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
111 const ctype<_CharT>& __c_type = *__is._M_ctype_facet();
114 _CharT __wpunct[3]
    [all...]
_num_put.h 51 template <class _CharT, class _OutputIter>
54 typedef _CharT char_type;
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const;
112 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, unsigned long __val) const;
113 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const;
115 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const;
119 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, _STLP_LONG_LONG __val) const;
120 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill,
123 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, const void* __val) const
    [all...]
  /external/clang/test/Misc/
diagnostic-crash.cpp 4 template <class _CharT> struct char_traits;
5 template <typename _CharT, typename _Traits = char_traits<_CharT>,
6 typename _Alloc = allocator<_CharT> >
  /external/clang/test/SemaTemplate/
crash-10438657.cpp 4 template<typename _CharT>
explicit-specialization-member.cpp 14 template<typename _CharT>
  /external/stlport/stlport/stl/debug/
_string_sum_methods.h 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
53 _Base& _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__str)
56 _Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str)
59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) {
64 _Base& _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str
    [all...]
_string.h 28 #define _STLP_NON_DBG_STRING _STLP_PRIV _STLP_NON_DBG_STRING_NAME <_CharT, _Traits, _Alloc>
31 template <class _CharT,class _Traits, class _Alloc>
32 inline _CharT*
34 { return (_CharT*)0; }
35 template <class _CharT, class _Traits, class _Alloc>
41 template <class _CharT, class _Traits, class _Alloc>
50 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> >
55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
57 typedef typename _IsPOD<_CharT>::_Type _Char_Is_POD;
106 basic_string(const _CharT* __s, size_type __n
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
53 _Base& _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__str)
56 _Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str)
59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) {
64 _Base& _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str
    [all...]
_string.h 28 #define _STLP_NON_DBG_STRING _STLP_PRIV _STLP_NON_DBG_STRING_NAME <_CharT, _Traits, _Alloc>
31 template <class _CharT,class _Traits, class _Alloc>
32 inline _CharT*
34 { return (_CharT*)0; }
35 template <class _CharT, class _Traits, class _Alloc>
41 template <class _CharT, class _Traits, class _Alloc>
50 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> >
55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
57 typedef typename _IsPOD<_CharT>::_Type _Char_Is_POD;
106 basic_string(const _CharT* __s, size_type __n
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
53 _Base& _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__str)
56 _Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str)
59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) {
64 _Base& _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str
    [all...]
_string.h 28 #define _STLP_NON_DBG_STRING _STLP_PRIV _STLP_NON_DBG_STRING_NAME <_CharT, _Traits, _Alloc>
31 template <class _CharT,class _Traits, class _Alloc>
32 inline _CharT*
34 { return (_CharT*)0; }
35 template <class _CharT, class _Traits, class _Alloc>
41 template <class _CharT, class _Traits, class _Alloc>
50 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> >
55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
57 typedef typename _IsPOD<_CharT>::_Type _Char_Is_POD;
106 basic_string(const _CharT* __s, size_type __n
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
53 _Base& _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__str)
56 _Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str)
59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) {
64 _Base& _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str
    [all...]
_string.h 28 #define _STLP_NON_DBG_STRING _STLP_PRIV _STLP_NON_DBG_STRING_NAME <_CharT, _Traits, _Alloc>
31 template <class _CharT,class _Traits, class _Alloc>
32 inline _CharT*
34 { return (_CharT*)0; }
35 template <class _CharT, class _Traits, class _Alloc>
41 template <class _CharT, class _Traits, class _Alloc>
50 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> >
55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
57 typedef typename _IsPOD<_CharT>::_Type _Char_Is_POD;
106 basic_string(const _CharT* __s, size_type __n
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
53 _Base& _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__str)
56 _Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str)
59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) {
64 _Base& _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str
    [all...]
_string.h 28 #define _STLP_NON_DBG_STRING _STLP_PRIV _STLP_NON_DBG_STRING_NAME <_CharT, _Traits, _Alloc>
31 template <class _CharT,class _Traits, class _Alloc>
32 inline _CharT*
34 { return (_CharT*)0; }
35 template <class _CharT, class _Traits, class _Alloc>
41 template <class _CharT, class _Traits, class _Alloc>
50 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> >
55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
57 typedef typename _IsPOD<_CharT>::_Type _Char_Is_POD;
106 basic_string(const _CharT* __s, size_type __n
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
53 _Base& _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__str)
56 _Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str)
59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) {
64 _Base& _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str
    [all...]
_string.h 28 #define _STLP_NON_DBG_STRING _STLP_PRIV _STLP_NON_DBG_STRING_NAME <_CharT, _Traits, _Alloc>
31 template <class _CharT,class _Traits, class _Alloc>
32 inline _CharT*
34 { return (_CharT*)0; }
35 template <class _CharT, class _Traits, class _Alloc>
41 template <class _CharT, class _Traits, class _Alloc>
50 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> >
55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
57 typedef typename _IsPOD<_CharT>::_Type _Char_Is_POD;
106 basic_string(const _CharT* __s, size_type __n
    [all...]
  /external/stlport/stlport/stl/
_num_put.h 51 template <class _CharT, class _OutputIter>
54 typedef _CharT char_type;
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const;
112 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, unsigned long __val) const;
113 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const;
115 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const;
119 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, _STLP_LONG_LONG __val) const;
120 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill,
123 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, const void* __val) const
    [all...]
_string_workaround.h 25 #define _STLP_NO_MEM_T_STRING_BASE _STLP_PRIV _STLP_NO_MEM_T_NAME(str)<_CharT, _Traits, _Alloc>
27 template <class _CharT, class _Traits, class _Alloc>
30 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> >
34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
62 basic_string(const _CharT* __s, size_type __n,
66 basic_string(const _CharT* __s,
70 basic_string(size_type __n, _CharT __c,
102 _Self& operator=(const _CharT* __s) {
107 _Self& operator=(_CharT __c) {
152 _Self& operator+=(const _CharT* __s)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 51 template <class _CharT, class _OutputIter>
54 typedef _CharT char_type;
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const;
112 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, unsigned long __val) const;
113 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const;
115 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const;
119 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, _STLP_LONG_LONG __val) const;
120 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill,
123 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, const void* __val) const
    [all...]
_string_workaround.h 25 #define _STLP_NO_MEM_T_STRING_BASE _STLP_PRIV _STLP_NO_MEM_T_NAME(str)<_CharT, _Traits, _Alloc>
27 template <class _CharT, class _Traits, class _Alloc>
30 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> >
34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
62 basic_string(const _CharT* __s, size_type __n,
66 basic_string(const _CharT* __s,
70 basic_string(size_type __n, _CharT __c,
102 _Self& operator=(const _CharT* __s) {
107 _Self& operator=(_CharT __c) {
152 _Self& operator+=(const _CharT* __s)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 51 template <class _CharT, class _OutputIter>
54 typedef _CharT char_type;
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const;
112 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, unsigned long __val) const;
113 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const;
115 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const;
119 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, _STLP_LONG_LONG __val) const;
120 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill,
123 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, const void* __val) const
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 51 template <class _CharT, class _OutputIter>
54 typedef _CharT char_type;
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const;
112 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, unsigned long __val) const;
113 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const;
115 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const;
119 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, _STLP_LONG_LONG __val) const;
120 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill,
123 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, const void* __val) const
    [all...]

Completed in 1469 milliseconds

<<11121314151617181920>>