HomeSort by relevance Sort by last modified time
    Searched full:_traits (Results 226 - 250 of 1004) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/
_string_hash.h 32 template <class _CharT, class _Traits, class _Alloc>
34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
45 template <class _CharT, class _Traits, class _Alloc>
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
_string_sum.h 62 template <class _CharT, class _Traits, class _Alloc>
65 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
83 template <class _CharT, class _Traits, class _Alloc,
88 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
138 const size_type __n = _Traits::length(__s)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits>
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 32 template <class _CharT, class _Traits, class _Alloc>
34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
45 template <class _CharT, class _Traits, class _Alloc>
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
_string_sum.h 62 template <class _CharT, class _Traits, class _Alloc>
65 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
83 template <class _CharT, class _Traits, class _Alloc,
88 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
138 const size_type __n = _Traits::length(__s)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 32 template <class _CharT, class _Traits, class _Alloc>
34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
45 template <class _CharT, class _Traits, class _Alloc>
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
_string_sum.h 62 template <class _CharT, class _Traits, class _Alloc>
65 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
83 template <class _CharT, class _Traits, class _Alloc,
88 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
138 const size_type __n = _Traits::length(__s)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 32 template <class _CharT, class _Traits, class _Alloc>
34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
45 template <class _CharT, class _Traits, class _Alloc>
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
_string_sum.h 62 template <class _CharT, class _Traits, class _Alloc>
65 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
83 template <class _CharT, class _Traits, class _Alloc,
88 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
138 const size_type __n = _Traits::length(__s)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 32 template <class _CharT, class _Traits, class _Alloc>
34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
45 template <class _CharT, class _Traits, class _Alloc>
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
_string_sum.h 62 template <class _CharT, class _Traits, class _Alloc>
65 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
83 template <class _CharT, class _Traits, class _Alloc,
88 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
138 const size_type __n = _Traits::length(__s)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 32 template <class _CharT, class _Traits, class _Alloc>
34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
45 template <class _CharT, class _Traits, class _Alloc>
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
_string_sum.h 62 template <class _CharT, class _Traits, class _Alloc>
65 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
83 template <class _CharT, class _Traits, class _Alloc,
88 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
138 const size_type __n = _Traits::length(__s)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_hash.h 32 template <class _CharT, class _Traits, class _Alloc>
34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
45 template <class _CharT, class _Traits, class _Alloc>
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
_string_sum.h 62 template <class _CharT, class _Traits, class _Alloc>
65 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
83 template <class _CharT, class _Traits, class _Alloc,
88 typedef basic_string<_CharT, _Traits, _Alloc> _BString;
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
138 const size_type __n = _Traits::length(__s)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 38 template<typename _CharT, typename _Traits, typename _Alloc>
40 : protected __vstring_utility<_CharT, _Traits, _Alloc>
43 typedef _Traits traits_type;
44 typedef typename _Traits::char_type value_type;
46 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
232 template<typename _CharT, typename _Traits, typename _Alloc>
234 __sso_string_base<_CharT, _Traits, _Alloc>::
309 template<typename _CharT, typename _Traits, typename _Alloc>
311 __sso_string_base<_CharT, _Traits, _Alloc>::
335 template<typename _CharT, typename _Traits, typename _Alloc
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 38 template<typename _CharT, typename _Traits, typename _Alloc>
40 : protected __vstring_utility<_CharT, _Traits, _Alloc>
43 typedef _Traits traits_type;
44 typedef typename _Traits::char_type value_type;
46 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
232 template<typename _CharT, typename _Traits, typename _Alloc>
234 __sso_string_base<_CharT, _Traits, _Alloc>::
309 template<typename _CharT, typename _Traits, typename _Alloc>
311 __sso_string_base<_CharT, _Traits, _Alloc>::
335 template<typename _CharT, typename _Traits, typename _Alloc
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
sso_string_base.h 37 template<typename _CharT, typename _Traits, typename _Alloc>
39 : protected __vstring_utility<_CharT, _Traits, _Alloc>
42 typedef _Traits traits_type;
43 typedef typename _Traits::char_type value_type;
45 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
231 template<typename _CharT, typename _Traits, typename _Alloc>
233 __sso_string_base<_CharT, _Traits, _Alloc>::
308 template<typename _CharT, typename _Traits, typename _Alloc>
310 __sso_string_base<_CharT, _Traits, _Alloc>::
334 template<typename _CharT, typename _Traits, typename _Alloc
    [all...]
  /external/clang/test/SemaCXX/
PR9461.cpp 24 template<typename _CharT,typename _Traits,typename _Alloc>
25 basic_string<_CharT,_Traits,_Alloc>::basic_string(const _CharT*,const _Alloc&)

Completed in 199 milliseconds

1 2 3 4 5 6 7 8 91011>>