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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
iterator_tracker.h 49 typedef std::iterator_traits<_Iterator> _Traits;
53 typedef typename _Traits::iterator_category iterator_category;
54 typedef typename _Traits::value_type value_type;
55 typedef typename _Traits::difference_type difference_type;
56 typedef typename _Traits::reference reference;
57 typedef typename _Traits::pointer pointer;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
iterator_tracker.h 49 typedef std::iterator_traits<_Iterator> _Traits;
53 typedef typename _Traits::iterator_category iterator_category;
54 typedef typename _Traits::value_type value_type;
55 typedef typename _Traits::difference_type difference_type;
56 typedef typename _Traits::reference reference;
57 typedef typename _Traits::pointer pointer;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
iterator_tracker.h 49 typedef std::iterator_traits<_Iterator> _Traits;
53 typedef typename _Traits::iterator_category iterator_category;
54 typedef typename _Traits::value_type value_type;
55 typedef typename _Traits::difference_type difference_type;
56 typedef typename _Traits::reference reference;
57 typedef typename _Traits::pointer pointer;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
iterator_tracker.h 49 typedef std::iterator_traits<_Iterator> _Traits;
53 typedef typename _Traits::iterator_category iterator_category;
54 typedef typename _Traits::value_type value_type;
55 typedef typename _Traits::difference_type difference_type;
56 typedef typename _Traits::reference reference;
57 typedef typename _Traits::pointer pointer;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
iterator_tracker.h 49 typedef std::iterator_traits<_Iterator> _Traits;
53 typedef typename _Traits::iterator_category iterator_category;
54 typedef typename _Traits::value_type value_type;
55 typedef typename _Traits::difference_type difference_type;
56 typedef typename _Traits::reference reference;
57 typedef typename _Traits::pointer pointer;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
iterator_tracker.h 49 typedef std::iterator_traits<_Iterator> _Traits;
53 typedef typename _Traits::iterator_category iterator_category;
54 typedef typename _Traits::value_type value_type;
55 typedef typename _Traits::difference_type difference_type;
56 typedef typename _Traits::reference reference;
57 typedef typename _Traits::pointer pointer;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
iterator_tracker.h 49 typedef std::iterator_traits<_Iterator> _Traits;
53 typedef typename _Traits::iterator_category iterator_category;
54 typedef typename _Traits::value_type value_type;
55 typedef typename _Traits::difference_type difference_type;
56 typedef typename _Traits::reference reference;
57 typedef typename _Traits::pointer pointer;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
thread 90 template<class _CharT, class _Traits>
91 friend basic_ostream<_CharT, _Traits>&
92 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id);
230 template<class _CharT, class _Traits>
231 inline basic_ostream<_CharT, _Traits>&
232 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
random 156 typename _CharT, typename _Traits>
157 friend std::basic_ostream<_CharT, _Traits>&
158 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
172 typename _CharT, typename _Traits>
173 friend std::basic_istream<_CharT, _Traits>&
174 operator>>(std::basic_istream<_CharT, _Traits>& __is,
563 template<typename _RealType1, typename _CharT, typename _Traits>
564 friend std::basic_ostream<_CharT, _Traits>&
565 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
577 template<typename _RealType1, typename _CharT, typename _Traits>
    [all...]
  /external/clang/test/Misc/
diagnostic-crash.cpp 5 template <typename _CharT, typename _Traits = char_traits<_CharT>,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
strstream 61 typedef char_traits<char> _Traits;
62 typedef basic_streambuf<char, _Traits> _Base;
85 virtual int_type overflow(int_type __c = _Traits::eof());
86 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
strstream 69 typedef char_traits<char> _Traits;
70 typedef basic_streambuf<char, _Traits> _Base;
93 virtual int_type overflow(int_type __c = _Traits::eof());
94 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
strstream 69 typedef char_traits<char> _Traits;
70 typedef basic_streambuf<char, _Traits> _Base;
93 virtual int_type overflow(int_type __c = _Traits::eof());
94 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 61 typedef char_traits<char> _Traits;
62 typedef basic_streambuf<char, _Traits> _Base;
85 virtual int_type overflow(int_type __c = _Traits::eof());
86 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 61 typedef char_traits<char> _Traits;
62 typedef basic_streambuf<char, _Traits> _Base;
85 virtual int_type overflow(int_type __c = _Traits::eof());
86 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 61 typedef char_traits<char> _Traits;
62 typedef basic_streambuf<char, _Traits> _Base;
85 virtual int_type overflow(int_type __c = _Traits::eof());
86 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
strstream 61 typedef char_traits<char> _Traits;
62 typedef basic_streambuf<char, _Traits> _Base;
85 virtual int_type overflow(int_type __c = _Traits::eof());
86 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
strstream 69 typedef char_traits<char> _Traits;
70 typedef basic_streambuf<char, _Traits> _Base;
93 virtual int_type overflow(int_type __c = _Traits::eof());
94 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
strstream 69 typedef char_traits<char> _Traits;
70 typedef basic_streambuf<char, _Traits> _Base;
93 virtual int_type overflow(int_type __c = _Traits::eof());
94 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
strstream 69 typedef char_traits<char> _Traits;
70 typedef basic_streambuf<char, _Traits> _Base;
93 virtual int_type overflow(int_type __c = _Traits::eof());
94 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
strstream 69 typedef char_traits<char> _Traits;
70 typedef basic_streambuf<char, _Traits> _Base;
93 virtual int_type overflow(int_type __c = _Traits::eof());
94 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
strstream 68 typedef char_traits<char> _Traits;
69 typedef basic_streambuf<char, _Traits> _Base;
92 virtual int_type overflow(int_type __c = _Traits::eof());
93 virtual int_type pbackfail(int_type __c = _Traits::eof());
  /external/stlport/stlport/stl/debug/
_hashtable.h 73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
90 class _Traits, class _ExK, class _EqK, class _All>
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
95 typedef typename _Traits::_NonConstTraits _NonConstTraits;
96 typedef typename _Traits::_ConstTraits _ConstTraits;
97 typedef typename _Traits::_NonConstLocalTraits _NonConstLocalTraits;
98 typedef typename _Traits::_ConstLocalTraits _ConstLocalTraits;
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
90 class _Traits, class _ExK, class _EqK, class _All>
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
95 typedef typename _Traits::_NonConstTraits _NonConstTraits;
96 typedef typename _Traits::_ConstTraits _ConstTraits;
97 typedef typename _Traits::_NonConstLocalTraits _NonConstLocalTraits;
98 typedef typename _Traits::_ConstLocalTraits _ConstLocalTraits;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
90 class _Traits, class _ExK, class _EqK, class _All>
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
95 typedef typename _Traits::_NonConstTraits _NonConstTraits;
96 typedef typename _Traits::_ConstTraits _ConstTraits;
97 typedef typename _Traits::_NonConstLocalTraits _NonConstLocalTraits;
98 typedef typename _Traits::_ConstLocalTraits _ConstLocalTraits;

Completed in 822 milliseconds

<<21222324252627282930>>