HomeSort by relevance Sort by last modified time
    Searched refs:__y (Results 1 - 25 of 541) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
114 operator<=(const _Tp& __x, const _Tp& __y)
115 { return !(__y < __x); }
127 operator>=(const _Tp& __x, const _Tp& __y)
128 { return !(__x < __y); }
  /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 88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
114 operator<=(const _Tp& __x, const _Tp& __y)
115 { return !(__y < __x); }
127 operator>=(const _Tp& __x, const _Tp& __y)
128 { return !(__x < __y); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_relops.h 85 operator!=(const _Tp& __x, const _Tp& __y)
86 { return !(__x == __y); }
98 operator>(const _Tp& __x, const _Tp& __y)
99 { return __y < __x; }
111 operator<=(const _Tp& __x, const _Tp& __y)
112 { return !(__y < __x); }
124 operator>=(const _Tp& __x, const _Tp& __y)
125 { return !(__x < __y); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_relops.h 88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
114 operator<=(const _Tp& __x, const _Tp& __y)
115 { return !(__y < __x); }
127 operator>=(const _Tp& __x, const _Tp& __y)
128 { return !(__x < __y); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_relops.h 81 * @param __y Another thing.
82 * @return __x != __y
88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
94 * @param __y Another thing.
95 * @return __x > __y
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
107 * @param __y Another thing.
108 * @return __x <= __y
    [all...]
  /external/stlport/stlport/stl/
_relops_cont.h 8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
  /bionic/libstdc++/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
    [all...]
  /ndk/sources/cxx-stl/gabi++/include/
stl_pair.h 86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
88 return __x.first == __y.first && __x.second == __y.second;
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
94 return __x.first < __y.first ||
95 (!(__y.first < __x.first) && __x.second < __y.second);
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
100 return !(__x == __y);
104 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
    [all...]
  /ndk/sources/cxx-stl/system/include/
stl_pair.h 86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
88 return __x.first == __y.first && __x.second == __y.second;
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
94 return __x.first < __y.first ||
95 (!(__y.first < __x.first) && __x.second < __y.second);
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
100 return !(__x == __y);
104 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
stl_pair.h 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
80 return __x.first == __y.first && __x.second == __y.second;
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 return !(__x == __y);
96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
    [all...]

Completed in 760 milliseconds

1 2 3 4 5 6 7 8 91011>>