HomeSort by relevance Sort by last modified time
    Searched refs:_Traits (Results 201 - 225 of 676) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 29 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>) >
32 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>) >
35 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>) >
38 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>) >
41 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>) >
44 template <class _CharT, _STLP_DFL_TMPL_PARAM( _Traits , char_traits<_CharT>),
48 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>),
52 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>),
56 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>),
60 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>)
    [all...]
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
90 typedef char_traits<char> _Traits;
99 typedef _Traits traits_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
165 typedef char_traits<char> _Traits;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
172 typedef _Traits traits_type
    [all...]
_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
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]
_iosfwd.h 29 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>) >
32 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>) >
35 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>) >
38 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>) >
41 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>) >
44 template <class _CharT, _STLP_DFL_TMPL_PARAM( _Traits , char_traits<_CharT>),
48 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>),
52 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>),
56 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>),
60 template <class _CharT, _STLP_DFL_TMPL_PARAM(_Traits , char_traits<_CharT>)
    [all...]
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
90 typedef char_traits<char> _Traits;
99 typedef _Traits traits_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
165 typedef char_traits<char> _Traits;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
172 typedef _Traits traits_type
    [all...]
_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
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 14 template<typename _CharT, typename _Traits = char_traits<_CharT> >
17 template<typename _CharT, typename _Traits = char_traits<_CharT> >
20 template<typename _CharT, typename _Traits = char_traits<_CharT> >
162 template<typename _CharT, typename _Traits = char_traits<_CharT> >
168 typedef typename _Traits::int_type int_type;
169 typedef typename _Traits::pos_type pos_type;
170 typedef typename _Traits::off_type off_type;
171 typedef _Traits traits_type;
204 basic_ios(basic_streambuf<_CharT, _Traits>* __sb) : ios_base();
210 basic_ostream<_CharT, _Traits>*
    [all...]
  /external/stlport/stlport/stl/
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
90 typedef char_traits<char> _Traits;
99 typedef _Traits traits_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
165 typedef char_traits<char> _Traits;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
172 typedef _Traits traits_type
    [all...]
_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
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
90 typedef char_traits<char> _Traits;
99 typedef _Traits traits_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
165 typedef char_traits<char> _Traits;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
172 typedef _Traits traits_type
    [all...]
_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
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
90 typedef char_traits<char> _Traits;
99 typedef _Traits traits_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
165 typedef char_traits<char> _Traits;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
172 typedef _Traits traits_type
    [all...]
_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
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
90 typedef char_traits<char> _Traits;
99 typedef _Traits traits_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
165 typedef char_traits<char> _Traits;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
172 typedef _Traits traits_type
    [all...]
_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
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
90 typedef char_traits<char> _Traits;
99 typedef _Traits traits_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
165 typedef char_traits<char> _Traits;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
172 typedef _Traits traits_type
    [all...]
_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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
debug_allocator.h 66 typedef __alloc_traits<_Alloc> _Traits;
69 typedef typename _Traits::size_type size_type;
70 typedef typename _Traits::difference_type difference_type;
71 typedef typename _Traits::pointer pointer;
72 typedef typename _Traits::const_pointer const_pointer;
73 typedef typename _Traits::reference reference;
74 typedef typename _Traits::const_reference const_reference;
75 typedef typename _Traits::value_type value_type;
80 typedef typename _Traits::template rebind<_Up>::other __other;
156 { _Traits::construct(_M_allocator, __p, __val);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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;
253 template<typename _CharT, typename _Traits, typename _Alloc>
255 __sso_string_base<_CharT, _Traits, _Alloc>::
330 template<typename _CharT, typename _Traits, typename _Alloc>
332 __sso_string_base<_CharT, _Traits, _Alloc>::
356 template<typename _CharT, typename _Traits, typename _Alloc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 36 template<typename _CharT, typename _Traits, typename _Alloc>
38 : protected __vstring_utility<_CharT, _Traits, _Alloc>
41 typedef _Traits traits_type;
42 typedef typename _Traits::char_type value_type;
44 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
247 template<typename _CharT, typename _Traits, typename _Alloc>
249 __sso_string_base<_CharT, _Traits, _Alloc>::
324 template<typename _CharT, typename _Traits, typename _Alloc>
326 __sso_string_base<_CharT, _Traits, _Alloc>::
350 template<typename _CharT, typename _Traits, typename _Alloc
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 36 template<typename _CharT, typename _Traits, typename _Alloc>
38 : protected __vstring_utility<_CharT, _Traits, _Alloc>
41 typedef _Traits traits_type;
42 typedef typename _Traits::char_type value_type;
44 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
247 template<typename _CharT, typename _Traits, typename _Alloc>
249 __sso_string_base<_CharT, _Traits, _Alloc>::
324 template<typename _CharT, typename _Traits, typename _Alloc>
326 __sso_string_base<_CharT, _Traits, _Alloc>::
350 template<typename _CharT, typename _Traits, typename _Alloc
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 36 template<typename _CharT, typename _Traits, typename _Alloc>
38 : protected __vstring_utility<_CharT, _Traits, _Alloc>
41 typedef _Traits traits_type;
42 typedef typename _Traits::char_type value_type;
44 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
247 template<typename _CharT, typename _Traits, typename _Alloc>
249 __sso_string_base<_CharT, _Traits, _Alloc>::
324 template<typename _CharT, typename _Traits, typename _Alloc>
326 __sso_string_base<_CharT, _Traits, _Alloc>::
350 template<typename _CharT, typename _Traits, typename _Alloc
    [all...]

Completed in 356 milliseconds

1 2 3 4 5 6 7 891011>>