/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
array | 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 194 { return std::equal(__one.begin(), __one.end(), __two.begin()); } 198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 199 { return !(__one == __two); } 211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 212 { return __two < __one; } 216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 217 { return !(__one > __two); } 221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 222 { return !(__one < __two); } [all...] |
functional | 53 static __two __test(...); 218 static __two __test(...); 234 static __two __test(...); 732 static __sfinae_types::__two __check_const(_Tp&, const _Up * const *); 734 static __sfinae_types::__two __check_const(_Tp&, const _Class*); 736 static __sfinae_types::__two __check_const(_Tp&, const volatile void*); 742 (sizeof(__sfinae_types::__two) [all...] |
type_traits | 46 typedef struct { char __arr[2]; } __two;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
array | 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 194 { return std::equal(__one.begin(), __one.end(), __two.begin()); } 198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 199 { return !(__one == __two); } 211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 212 { return __two < __one; } 216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 217 { return !(__one > __two); } 221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 222 { return !(__one < __two); } [all...] |
functional | 53 static __two __test(...); 218 static __two __test(...); 234 static __two __test(...); 732 static __sfinae_types::__two __check_const(_Tp&, const _Up * const *); 734 static __sfinae_types::__two __check_const(_Tp&, const _Class*); 736 static __sfinae_types::__two __check_const(_Tp&, const volatile void*); 742 (sizeof(__sfinae_types::__two) [all...] |
type_traits | 46 typedef struct { char __arr[2]; } __two;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
array | 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 194 { return std::equal(__one.begin(), __one.end(), __two.begin()); } 198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 199 { return !(__one == __two); } 211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 212 { return __two < __one; } 216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 217 { return !(__one > __two); } 221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 222 { return !(__one < __two); } [all...] |
functional | 53 static __two __test(...); 218 static __two __test(...); 234 static __two __test(...); 732 static __sfinae_types::__two __check_const(_Tp&, const _Up * const *); 734 static __sfinae_types::__two __check_const(_Tp&, const _Class*); 736 static __sfinae_types::__two __check_const(_Tp&, const volatile void*); 742 (sizeof(__sfinae_types::__two) [all...] |
type_traits | 46 typedef struct { char __arr[2]; } __two;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
allocator.h | 154 _S_do_it(_Alloc& __one, _Alloc& __two) 157 if (__one != __two) 158 swap(__one, __two); 175 _S_do_it(const _Alloc& __one, const _Alloc& __two) 176 { return __one != __two; }
|
locale_classes.tcc | 140 const string_type __two(__lo2, __hi2); 144 const _CharT* __q = __two.c_str(); 145 const _CharT* __qend = __two.data() + __two.length();
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
allocator.h | 154 _S_do_it(_Alloc& __one, _Alloc& __two) 157 if (__one != __two) 158 swap(__one, __two); 175 _S_do_it(const _Alloc& __one, const _Alloc& __two) 176 { return __one != __two; }
|
locale_classes.tcc | 140 const string_type __two(__lo2, __hi2); 144 const _CharT* __q = __two.c_str(); 145 const _CharT* __qend = __two.data() + __two.length();
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
allocator.h | 154 _S_do_it(_Alloc& __one, _Alloc& __two) 157 if (__one != __two) 158 swap(__one, __two); 175 _S_do_it(const _Alloc& __one, const _Alloc& __two) 176 { return __one != __two; }
|
locale_classes.tcc | 140 const string_type __two(__lo2, __hi2); 144 const _CharT* __q = __two.c_str(); 145 const _CharT* __qend = __two.data() + __two.length();
|
/external/clang/test/SemaTemplate/ |
instantiate-member-template.cpp | 230 struct __two {char _; char __;}; struct in struct:rdar8986308::std::__has_rebind 231 template <class _Xp> static __two __test(...);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
type_traits | 164 static __two __test(...);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 164 static __two __test(...);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 164 static __two __test(...);
|
/external/stlport/stlport/ |
type_traits | 39 char __two[2];
|
/ndk/sources/cxx-stl/stlport/stlport/ |
type_traits | 39 char __two[2];
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
type_traits | 236 static __two __test(...);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
type_traits | 236 static __two __test(...);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
type_traits | 39 char __two[2];
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
type_traits | 236 static __two __test(...);
|