/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_filebuf.h | 46 template<typename _CharT, typename _Traits = std::char_traits<_CharT> > 47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> 52 typedef _Traits traits_type; 62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} 118 template<typename _CharT, typename _Traits> 119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf() 122 template<typename _CharT, typename _Traits> 123 stdio_filebuf<_CharT, _Traits>:: 138 template<typename _CharT, typename _Traits> 139 stdio_filebuf<_CharT, _Traits>: [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_filebuf.h | 46 template<typename _CharT, typename _Traits = std::char_traits<_CharT> > 47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> 52 typedef _Traits traits_type; 62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} 118 template<typename _CharT, typename _Traits> 119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf() 122 template<typename _CharT, typename _Traits> 123 stdio_filebuf<_CharT, _Traits>:: 138 template<typename _CharT, typename _Traits> 139 stdio_filebuf<_CharT, _Traits>: [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
stdio_filebuf.h | 46 template<typename _CharT, typename _Traits = std::char_traits<_CharT> > 47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> 52 typedef _Traits traits_type; 62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} 118 template<typename _CharT, typename _Traits> 119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf() 122 template<typename _CharT, typename _Traits> 123 stdio_filebuf<_CharT, _Traits>:: 138 template<typename _CharT, typename _Traits> 139 stdio_filebuf<_CharT, _Traits>: [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
stdio_filebuf.h | 50 template<typename _CharT, typename _Traits = std::char_traits<_CharT> > 51 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> 56 typedef _Traits traits_type; 66 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} 122 template<typename _CharT, typename _Traits> 123 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf() 126 template<typename _CharT, typename _Traits> 127 stdio_filebuf<_CharT, _Traits>:: 142 template<typename _CharT, typename _Traits> 143 stdio_filebuf<_CharT, _Traits>: [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
stdio_filebuf.h | 50 template<typename _CharT, typename _Traits = std::char_traits<_CharT> > 51 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> 56 typedef _Traits traits_type; 66 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} 123 template<typename _CharT, typename _Traits> 124 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf() 127 template<typename _CharT, typename _Traits> 128 stdio_filebuf<_CharT, _Traits>:: 143 template<typename _CharT, typename _Traits> 144 stdio_filebuf<_CharT, _Traits>: [all...] |
/external/stlport/stlport/stl/ |
_string.c | 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type 58 template <class _Traits> 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { 60 typedef typename _Traits::char_type _CharT; 69 _STLP_PRIV _Eq_char_bound<_Traits>(__x)) == _M_last; 73 template <class _InputIter, class _CharT, class _Traits> 76 _Traits*, const __true_type& /* _STLportTraits */) 79 template <class _InputIter, class _CharT, class _Traits> 82 _Traits*, const __false_type& /* _STLportTraits */) 83 { return __find_first_of(__first1, __last1, __first2, __last2, _STLP_PRIV _Eq_traits<_Traits>()); } [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.c | 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type 58 template <class _Traits> 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { 60 typedef typename _Traits::char_type _CharT; 69 _STLP_PRIV _Eq_char_bound<_Traits>(__x)) == _M_last; 73 template <class _InputIter, class _CharT, class _Traits> 76 _Traits*, const __true_type& /* _STLportTraits */) 79 template <class _InputIter, class _CharT, class _Traits> 82 _Traits*, const __false_type& /* _STLportTraits */) 83 { return __find_first_of(__first1, __last1, __first2, __last2, _STLP_PRIV _Eq_traits<_Traits>()); } [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.c | 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type 58 template <class _Traits> 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { 60 typedef typename _Traits::char_type _CharT; 69 _STLP_PRIV _Eq_char_bound<_Traits>(__x)) == _M_last; 73 template <class _InputIter, class _CharT, class _Traits> 76 _Traits*, const __true_type& /* _STLportTraits */) 79 template <class _InputIter, class _CharT, class _Traits> 82 _Traits*, const __false_type& /* _STLportTraits */) 83 { return __find_first_of(__first1, __last1, __first2, __last2, _STLP_PRIV _Eq_traits<_Traits>()); } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type 58 template <class _Traits> 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { 60 typedef typename _Traits::char_type _CharT; 69 _STLP_PRIV _Eq_char_bound<_Traits>(__x)) == _M_last; 73 template <class _InputIter, class _CharT, class _Traits> 76 _Traits*, const __true_type& /* _STLportTraits */) 79 template <class _InputIter, class _CharT, class _Traits> 82 _Traits*, const __false_type& /* _STLportTraits */) 83 { return __find_first_of(__first1, __last1, __first2, __last2, _STLP_PRIV _Eq_traits<_Traits>()); } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type 58 template <class _Traits> 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { 60 typedef typename _Traits::char_type _CharT; 69 _STLP_PRIV _Eq_char_bound<_Traits>(__x)) == _M_last; 73 template <class _InputIter, class _CharT, class _Traits> 76 _Traits*, const __true_type& /* _STLportTraits */) 79 template <class _InputIter, class _CharT, class _Traits> 82 _Traits*, const __false_type& /* _STLportTraits */) 83 { return __find_first_of(__first1, __last1, __first2, __last2, _STLP_PRIV _Eq_traits<_Traits>()); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type 58 template <class _Traits> 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { 60 typedef typename _Traits::char_type _CharT; 69 _STLP_PRIV _Eq_char_bound<_Traits>(__x)) == _M_last; 73 template <class _InputIter, class _CharT, class _Traits> 76 _Traits*, const __true_type& /* _STLportTraits */) 79 template <class _InputIter, class _CharT, class _Traits> 82 _Traits*, const __false_type& /* _STLportTraits */) 83 { return __find_first_of(__first1, __last1, __first2, __last2, _STLP_PRIV _Eq_traits<_Traits>()); } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
ostream_insert.h | 40 template<typename _CharT, typename _Traits> 42 __ostream_write(basic_ostream<_CharT, _Traits>& __out, 45 typedef basic_ostream<_CharT, _Traits> __ostream_type; 53 template<typename _CharT, typename _Traits> 55 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) 57 typedef basic_ostream<_CharT, _Traits> __ostream_type; 63 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); 64 if (_Traits::eq_int_type(__put, _Traits::eof())) 72 template<typename _CharT, typename _Traits> [all...] |
basic_ios.h | 61 template<typename _CharT, typename _Traits> 72 typedef typename _Traits::int_type int_type; 73 typedef typename _Traits::pos_type pos_type; 74 typedef typename _Traits::off_type off_type; 75 typedef _Traits traits_type; 83 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 91 basic_ostream<_CharT, _Traits>* _M_tie; 94 basic_streambuf<_CharT, _Traits>* _M_streambuf; 260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
ostream_insert.h | 42 template<typename _CharT, typename _Traits> 44 __ostream_write(basic_ostream<_CharT, _Traits>& __out, 47 typedef basic_ostream<_CharT, _Traits> __ostream_type; 55 template<typename _CharT, typename _Traits> 57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) 59 typedef basic_ostream<_CharT, _Traits> __ostream_type; 65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); 66 if (_Traits::eq_int_type(__put, _Traits::eof())) 74 template<typename _CharT, typename _Traits> [all...] |
basic_ios.h | 63 template<typename _CharT, typename _Traits> 74 typedef typename _Traits::int_type int_type; 75 typedef typename _Traits::pos_type pos_type; 76 typedef typename _Traits::off_type off_type; 77 typedef _Traits traits_type; 85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 93 basic_ostream<_CharT, _Traits>* _M_tie; 96 basic_streambuf<_CharT, _Traits>* _M_streambuf; 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
ostream_insert.h | 42 template<typename _CharT, typename _Traits> 44 __ostream_write(basic_ostream<_CharT, _Traits>& __out, 47 typedef basic_ostream<_CharT, _Traits> __ostream_type; 55 template<typename _CharT, typename _Traits> 57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) 59 typedef basic_ostream<_CharT, _Traits> __ostream_type; 65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); 66 if (_Traits::eq_int_type(__put, _Traits::eof())) 74 template<typename _CharT, typename _Traits> [all...] |
basic_ios.h | 63 template<typename _CharT, typename _Traits> 74 typedef typename _Traits::int_type int_type; 75 typedef typename _Traits::pos_type pos_type; 76 typedef typename _Traits::off_type off_type; 77 typedef _Traits traits_type; 85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 93 basic_ostream<_CharT, _Traits>* _M_tie; 96 basic_streambuf<_CharT, _Traits>* _M_streambuf; 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ostream_insert.h | 40 template<typename _CharT, typename _Traits> 42 __ostream_write(basic_ostream<_CharT, _Traits>& __out, 45 typedef basic_ostream<_CharT, _Traits> __ostream_type; 53 template<typename _CharT, typename _Traits> 55 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) 57 typedef basic_ostream<_CharT, _Traits> __ostream_type; 63 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); 64 if (_Traits::eq_int_type(__put, _Traits::eof())) 72 template<typename _CharT, typename _Traits> [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ostream_insert.h | 40 template<typename _CharT, typename _Traits> 42 __ostream_write(basic_ostream<_CharT, _Traits>& __out, 45 typedef basic_ostream<_CharT, _Traits> __ostream_type; 53 template<typename _CharT, typename _Traits> 55 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) 57 typedef basic_ostream<_CharT, _Traits> __ostream_type; 63 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); 64 if (_Traits::eq_int_type(__put, _Traits::eof())) 72 template<typename _CharT, typename _Traits> [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ostream_insert.h | 40 template<typename _CharT, typename _Traits> 42 __ostream_write(basic_ostream<_CharT, _Traits>& __out, 45 typedef basic_ostream<_CharT, _Traits> __ostream_type; 53 template<typename _CharT, typename _Traits> 55 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) 57 typedef basic_ostream<_CharT, _Traits> __ostream_type; 63 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); 64 if (_Traits::eq_int_type(__put, _Traits::eof())) 72 template<typename _CharT, typename _Traits> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
ostream_insert.h | 40 template<typename _CharT, typename _Traits> 42 __ostream_write(basic_ostream<_CharT, _Traits>& __out, 45 typedef basic_ostream<_CharT, _Traits> __ostream_type; 53 template<typename _CharT, typename _Traits> 55 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) 57 typedef basic_ostream<_CharT, _Traits> __ostream_type; 63 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); 64 if (_Traits::eq_int_type(__put, _Traits::eof())) 72 template<typename _CharT, typename _Traits> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
ostream_insert.h | 42 template<typename _CharT, typename _Traits> 44 __ostream_write(basic_ostream<_CharT, _Traits>& __out, 47 typedef basic_ostream<_CharT, _Traits> __ostream_type; 55 template<typename _CharT, typename _Traits> 57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) 59 typedef basic_ostream<_CharT, _Traits> __ostream_type; 65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); 66 if (_Traits::eq_int_type(__put, _Traits::eof())) 74 template<typename _CharT, typename _Traits> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
ostream_insert.h | 42 template<typename _CharT, typename _Traits> 44 __ostream_write(basic_ostream<_CharT, _Traits>& __out, 47 typedef basic_ostream<_CharT, _Traits> __ostream_type; 55 template<typename _CharT, typename _Traits> 57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) 59 typedef basic_ostream<_CharT, _Traits> __ostream_type; 65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); 66 if (_Traits::eq_int_type(__put, _Traits::eof())) 74 template<typename _CharT, typename _Traits> [all...] |