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

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 88 typedef std::iterator_traits<_Iterator> _Traits;
92 typedef typename _Traits::iterator_category iterator_category;
93 typedef typename _Traits::value_type value_type;
94 typedef typename _Traits::difference_type difference_type;
95 typedef typename _Traits::reference reference;
96 typedef typename _Traits::pointer pointer;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 88 typedef std::iterator_traits<_Iterator> _Traits;
92 typedef typename _Traits::iterator_category iterator_category;
93 typedef typename _Traits::value_type value_type;
94 typedef typename _Traits::difference_type difference_type;
95 typedef typename _Traits::reference reference;
96 typedef typename _Traits::pointer pointer;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_iterator.h 88 typedef std::iterator_traits<_Iterator> _Traits;
92 typedef typename _Traits::iterator_category iterator_category;
93 typedef typename _Traits::value_type value_type;
94 typedef typename _Traits::difference_type difference_type;
95 typedef typename _Traits::reference reference;
96 typedef typename _Traits::pointer pointer;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.h 102 typedef std::iterator_traits<_Iterator> _Traits;
106 typedef typename _Traits::iterator_category iterator_category;
107 typedef typename _Traits::value_type value_type;
108 typedef typename _Traits::difference_type difference_type;
109 typedef typename _Traits::reference reference;
110 typedef typename _Traits::pointer pointer;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_iterator.h 133 typedef std::iterator_traits<_Iterator> _Traits;
137 typedef typename _Traits::iterator_category iterator_category;
138 typedef typename _Traits::value_type value_type;
139 typedef typename _Traits::difference_type difference_type;
140 typedef typename _Traits::reference reference;
141 typedef typename _Traits::pointer pointer;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.h 251 template<typename _Char, typename _Traits, typename _Alloc>
253 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
254 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pointer.h 543 template<typename _CharT, typename _Traits, typename _StoreT>
544 inline std::basic_ostream<_CharT, _Traits>&
545 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_classes.h 254 template<typename _Char, typename _Traits, typename _Alloc>
256 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
257 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pointer.h 561 template<typename _CharT, typename _Traits, typename _StoreT>
562 inline std::basic_ostream<_CharT, _Traits>&
563 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_classes.h 254 template<typename _Char, typename _Traits, typename _Alloc>
256 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
257 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pointer.h 561 template<typename _CharT, typename _Traits, typename _StoreT>
562 inline std::basic_ostream<_CharT, _Traits>&
563 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 251 template<typename _Char, typename _Traits, typename _Alloc>
253 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
254 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 543 template<typename _CharT, typename _Traits, typename _StoreT>
544 inline std::basic_ostream<_CharT, _Traits>&
545 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 251 template<typename _Char, typename _Traits, typename _Alloc>
253 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
254 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 543 template<typename _CharT, typename _Traits, typename _StoreT>
544 inline std::basic_ostream<_CharT, _Traits>&
545 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 251 template<typename _Char, typename _Traits, typename _Alloc>
253 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
254 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 543 template<typename _CharT, typename _Traits, typename _StoreT>
544 inline std::basic_ostream<_CharT, _Traits>&
545 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.h 251 template<typename _Char, typename _Traits, typename _Alloc>
253 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
254 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pointer.h 543 template<typename _CharT, typename _Traits, typename _StoreT>
544 inline std::basic_ostream<_CharT, _Traits>&
545 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 254 template<typename _Char, typename _Traits, typename _Alloc>
256 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
257 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 561 template<typename _CharT, typename _Traits, typename _StoreT>
562 inline std::basic_ostream<_CharT, _Traits>&
563 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 255 template<typename _Char, typename _Traits, typename _Alloc>
257 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
258 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 556 template<typename _CharT, typename _Traits, typename _StoreT>
557 inline std::basic_ostream<_CharT, _Traits>&
558 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  /external/stlport/stlport/stl/
_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;
230 _Traits::assign(*this->_M_finish, *__first++);
286 _Traits::assign(*__cur, *__f);
406 _Traits::move(__pos + __n, __pos, (__elems_after - __n) + 1);
444 _Traits::assign(*__result, *__first);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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;
230 _Traits::assign(*this->_M_finish, *__first++);
286 _Traits::assign(*__cur, *__f);
406 _Traits::move(__pos + __n, __pos, (__elems_after - __n) + 1);
444 _Traits::assign(*__result, *__first);

Completed in 2801 milliseconds

<<11121314151617181920>>