/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_relops.h | 83 template <class _Tp> 85 operator!=(const _Tp& __x, const _Tp& __y) 96 template <class _Tp> 98 operator>(const _Tp& __x, const _Tp& __y) 109 template <class _Tp> 111 operator<=(const _Tp& __x, const _Tp& __y) 122 template <class _Tp> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_relops.h | 86 template <class _Tp> 88 operator!=(const _Tp& __x, const _Tp& __y) 99 template <class _Tp> 101 operator>(const _Tp& __x, const _Tp& __y) 112 template <class _Tp> 114 operator<=(const _Tp& __x, const _Tp& __y) 125 template <class _Tp> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_relops.h | 86 template <class _Tp> 88 operator!=(const _Tp& __x, const _Tp& __y) 99 template <class _Tp> 101 operator>(const _Tp& __x, const _Tp& __y) 112 template <class _Tp> 114 operator<=(const _Tp& __x, const _Tp& __y) 125 template <class _Tp> [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_relops.h | 83 template <class _Tp> 85 operator!=(const _Tp& __x, const _Tp& __y) 96 template <class _Tp> 98 operator>(const _Tp& __x, const _Tp& __y) 109 template <class _Tp> 111 operator<=(const _Tp& __x, const _Tp& __y) 122 template <class _Tp> [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_relops.h | 83 template <class _Tp> 85 operator!=(const _Tp& __x, const _Tp& __y) 96 template <class _Tp> 98 operator>(const _Tp& __x, const _Tp& __y) 109 template <class _Tp> 111 operator<=(const _Tp& __x, const _Tp& __y) 122 template <class _Tp> [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_relops.h | 83 template <class _Tp> 85 operator!=(const _Tp& __x, const _Tp& __y) 96 template <class _Tp> 98 operator>(const _Tp& __x, const _Tp& __y) 109 template <class _Tp> 111 operator<=(const _Tp& __x, const _Tp& __y) 122 template <class _Tp> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_relops.h | 83 template <class _Tp> 85 operator!=(const _Tp& __x, const _Tp& __y) 96 template <class _Tp> 98 operator>(const _Tp& __x, const _Tp& __y) 109 template <class _Tp> 111 operator<=(const _Tp& __x, const _Tp& __y) 122 template <class _Tp> [all...] |
move.h | 43 template<typename _Tp> 46 typedef _Tp type; 49 template<typename _Tp> 50 inline _Tp&& 51 forward(typename std::remove_reference<_Tp>::type& __t) 53 { return static_cast<_Tp&&>(__t); } 58 template<typename _Tp> 59 inline _Tp&& 60 forward(typename std::remove_reference<_Tp>::type&& __t) 63 static_assert(!std::is_lvalue_reference<_Tp>::value [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_relops.h | 86 template <class _Tp> 88 operator!=(const _Tp& __x, const _Tp& __y) 99 template <class _Tp> 101 operator>(const _Tp& __x, const _Tp& __y) 112 template <class _Tp> 114 operator<=(const _Tp& __x, const _Tp& __y) 125 template <class _Tp> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_relops.h | 86 template <class _Tp> 88 operator!=(const _Tp& __x, const _Tp& __y) 99 template <class _Tp> 101 operator>(const _Tp& __x, const _Tp& __y) 112 template <class _Tp> 114 operator<=(const _Tp& __x, const _Tp& __y) 125 template <class _Tp> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
special_function_util.h | 51 template<typename _Tp> 54 static const _Tp __value; 59 template<typename _Tp> 63 static _Tp __pi() throw() 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 66 static _Tp __pi_2() throw() 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 69 static _Tp __pi_3() throw() 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 72 static _Tp __pi_4() throw( [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
special_function_util.h | 51 template<typename _Tp> 54 static const _Tp __value; 59 template<typename _Tp> 63 static _Tp __pi() throw() 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 66 static _Tp __pi_2() throw() 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 69 static _Tp __pi_3() throw() 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 72 static _Tp __pi_4() throw( [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
special_function_util.h | 51 template<typename _Tp> 54 static const _Tp __value; 59 template<typename _Tp> 63 static _Tp __pi() throw() 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 66 static _Tp __pi_2() throw() 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 69 static _Tp __pi_3() throw() 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 72 static _Tp __pi_4() throw( [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
special_function_util.h | 51 template<typename _Tp> 54 static const _Tp __value; 59 template<typename _Tp> 63 static _Tp __pi() throw() 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 66 static _Tp __pi_2() throw() 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 69 static _Tp __pi_3() throw() 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 72 static _Tp __pi_4() throw( [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
special_function_util.h | 51 template<typename _Tp> 54 static const _Tp __value; 59 template<typename _Tp> 63 static _Tp __pi() throw() 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 66 static _Tp __pi_2() throw() 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 69 static _Tp __pi_3() throw() 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 72 static _Tp __pi_4() throw( [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
special_function_util.h | 51 template<typename _Tp> 54 static const _Tp __value; 59 template<typename _Tp> 63 static _Tp __pi() throw() 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 66 static _Tp __pi_2() throw() 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 69 static _Tp __pi_3() throw() 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 72 static _Tp __pi_4() throw( [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
special_function_util.h | 51 template<typename _Tp> 54 static const _Tp __value; 59 template<typename _Tp> 63 static _Tp __pi() throw() 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 66 static _Tp __pi_2() throw() 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 69 static _Tp __pi_3() throw() 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 72 static _Tp __pi_4() throw( [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
special_function_util.h | 51 template<typename _Tp> 54 static const _Tp __value; 59 template<typename _Tp> 63 static _Tp __pi() throw() 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 66 static _Tp __pi_2() throw() 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 69 static _Tp __pi_3() throw() 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 72 static _Tp __pi_4() throw( [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
special_function_util.h | 51 template<typename _Tp> 54 static const _Tp __value; 59 template<typename _Tp> 63 static _Tp __pi() throw() 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 66 static _Tp __pi_2() throw() 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 69 static _Tp __pi_3() throw() 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 72 static _Tp __pi_4() throw( [all...] |
/external/stlport/stlport/stl/ |
_function_base.h | 64 template <class _Tp> 65 struct equal_to : public binary_function<_Tp, _Tp, bool> { 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } 69 template <class _Tp> 70 struct less : public binary_function<_Tp,_Tp,bool> 76 , public __stlport_class<less<_Tp> > 79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function_base.h | 64 template <class _Tp> 65 struct equal_to : public binary_function<_Tp, _Tp, bool> { 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } 69 template <class _Tp> 70 struct less : public binary_function<_Tp,_Tp,bool> 76 , public __stlport_class<less<_Tp> > 79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_function_base.h | 64 template <class _Tp> 65 struct equal_to : public binary_function<_Tp, _Tp, bool> { 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } 69 template <class _Tp> 70 struct less : public binary_function<_Tp,_Tp,bool> 76 , public __stlport_class<less<_Tp> > 79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_function_base.h | 64 template <class _Tp> 65 struct equal_to : public binary_function<_Tp, _Tp, bool> { 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } 69 template <class _Tp> 70 struct less : public binary_function<_Tp,_Tp,bool> 76 , public __stlport_class<less<_Tp> > 79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_function_base.h | 64 template <class _Tp> 65 struct equal_to : public binary_function<_Tp, _Tp, bool> { 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } 69 template <class _Tp> 70 struct less : public binary_function<_Tp,_Tp,bool> 76 , public __stlport_class<less<_Tp> > 79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_function_base.h | 64 template <class _Tp> 65 struct equal_to : public binary_function<_Tp, _Tp, bool> { 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } 69 template <class _Tp> 70 struct less : public binary_function<_Tp,_Tp,bool> 76 , public __stlport_class<less<_Tp> > 79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; [all...] |