HomeSort by relevance Sort by last modified time
    Searched full:__y (Results 751 - 775 of 1127) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_multimap.h 117 bool operator()(const value_type& __x, const value_type& __y) const
118 { return comp(__x.first, __y.first); }
801 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
802 { return __x._M_t == __y._M_t; }
818 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
819 { return __x._M_t < __y._M_t; }
825 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
826 { return !(__x == __y); }
832 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
833 { return __y < __x;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 94 bool operator==(const fpos& __y) const
95 { return _M_pos == __y._M_pos; }
96 bool operator!=(const fpos& __y) const
97 { return _M_pos != __y._M_pos; }
_bitset.h 679 bitset<_Nb> operator&(const bitset<_Nb>& __y) const {
681 __result &= __y;
684 bitset<_Nb> operator|(const bitset<_Nb>& __y) const {
686 __result |= __y;
689 bitset<_Nb> operator^(const bitset<_Nb>& __y) const {
691 __result ^= __y;
705 const bitset<_Nb>& __y) {
707 __result &= __y;
715 const bitset<_Nb>& __y) {
717 __result |= __y;
    [all...]
_tree.h 549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k. local
554 __y = __x, __x = _S_left(__x);
558 if (__y != &this->_M_header._M_data) {
559 if (_M_key_compare(__k, _S_key(__y))) {
560 __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data);
563 return __y;
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. */ local
573 __y = __x, __x = _S_left(__x);
577 return __y;
582 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is greater than __k. * local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 94 bool operator==(const fpos& __y) const
95 { return _M_pos == __y._M_pos; }
96 bool operator!=(const fpos& __y) const
97 { return _M_pos != __y._M_pos; }
_bitset.h 679 bitset<_Nb> operator&(const bitset<_Nb>& __y) const {
681 __result &= __y;
684 bitset<_Nb> operator|(const bitset<_Nb>& __y) const {
686 __result |= __y;
689 bitset<_Nb> operator^(const bitset<_Nb>& __y) const {
691 __result ^= __y;
705 const bitset<_Nb>& __y) {
707 __result &= __y;
715 const bitset<_Nb>& __y) {
717 __result |= __y;
    [all...]
_tree.h 549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k. local
554 __y = __x, __x = _S_left(__x);
558 if (__y != &this->_M_header._M_data) {
559 if (_M_key_compare(__k, _S_key(__y))) {
560 __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data);
563 return __y;
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. */ local
573 __y = __x, __x = _S_left(__x);
577 return __y;
582 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is greater than __k. * local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 94 bool operator==(const fpos& __y) const
95 { return _M_pos == __y._M_pos; }
96 bool operator!=(const fpos& __y) const
97 { return _M_pos != __y._M_pos; }
_bitset.h 679 bitset<_Nb> operator&(const bitset<_Nb>& __y) const {
681 __result &= __y;
684 bitset<_Nb> operator|(const bitset<_Nb>& __y) const {
686 __result |= __y;
689 bitset<_Nb> operator^(const bitset<_Nb>& __y) const {
691 __result ^= __y;
705 const bitset<_Nb>& __y) {
707 __result &= __y;
715 const bitset<_Nb>& __y) {
717 __result |= __y;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_map.h 117 bool operator()(const value_type& __x, const value_type& __y) const
118 { return comp(__x.first, __y.first); }
883 const map<_Key, _Tp, _Compare, _Alloc>& __y)
884 { return __x._M_t == __y._M_t; }
900 const map<_Key, _Tp, _Compare, _Alloc>& __y)
901 { return __x._M_t < __y._M_t; }
    [all...]
stl_multimap.h 117 bool operator()(const value_type& __x, const value_type& __y) const
118 { return comp(__x.first, __y.first); }
801 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
802 { return __x._M_t == __y._M_t; }
818 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
819 { return __x._M_t < __y._M_t; }
825 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
826 { return !(__x == __y); }
832 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
833 { return __y < __x;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
binders.h 115 const typename _Operation::first_argument_type& __y)
116 : op(__x), value(__y) { }
150 const typename _Operation::second_argument_type& __y)
151 : op(__x), value(__y) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
future 132 constexpr launch operator&(launch __x, launch __y)
135 static_cast<int>(__x) & static_cast<int>(__y));
138 constexpr launch operator|(launch __x, launch __y)
141 static_cast<int>(__x) | static_cast<int>(__y));
144 constexpr launch operator^(launch __x, launch __y)
147 static_cast<int>(__x) ^ static_cast<int>(__y));
153 inline launch& operator&=(launch& __x, launch __y)
154 { return __x = __x & __y; }
156 inline launch& operator|=(launch& __x, launch __y)
157 { return __x = __x | __y; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 94 bool operator==(const fpos& __y) const
95 { return _M_pos == __y._M_pos; }
96 bool operator!=(const fpos& __y) const
97 { return _M_pos != __y._M_pos; }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
char_traits.h 94 bool operator==(const fpos& __y) const
95 { return _M_pos == __y._M_pos; }
96 bool operator!=(const fpos& __y) const
97 { return _M_pos != __y._M_pos; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_map.h 117 bool operator()(const value_type& __x, const value_type& __y) const
118 { return comp(__x.first, __y.first); }
883 const map<_Key, _Tp, _Compare, _Alloc>& __y)
884 { return __x._M_t == __y._M_t; }
900 const map<_Key, _Tp, _Compare, _Alloc>& __y)
901 { return __x._M_t < __y._M_t; }
    [all...]
stl_multimap.h 117 bool operator()(const value_type& __x, const value_type& __y) const
118 { return comp(__x.first, __y.first); }
801 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
802 { return __x._M_t == __y._M_t; }
818 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
819 { return __x._M_t < __y._M_t; }
825 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
826 { return !(__x == __y); }
832 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
833 { return __y < __x;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
binders.h 115 const typename _Operation::first_argument_type& __y)
116 : op(__x), value(__y) { }
150 const typename _Operation::second_argument_type& __y)
151 : op(__x), value(__y) { }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
future 132 constexpr launch operator&(launch __x, launch __y)
135 static_cast<int>(__x) & static_cast<int>(__y));
138 constexpr launch operator|(launch __x, launch __y)
141 static_cast<int>(__x) | static_cast<int>(__y));
144 constexpr launch operator^(launch __x, launch __y)
147 static_cast<int>(__x) ^ static_cast<int>(__y));
153 inline launch& operator&=(launch& __x, launch __y)
154 { return __x = __x & __y; }
156 inline launch& operator|=(launch& __x, launch __y)
157 { return __x = __x | __y; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
binders.h 114 const typename _Operation::first_argument_type& __y)
115 : op(__x), value(__y) { }
149 const typename _Operation::second_argument_type& __y)
150 : op(__x), value(__y) { }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
future 131 constexpr launch operator&(launch __x, launch __y)
134 static_cast<int>(__x) & static_cast<int>(__y));
137 constexpr launch operator|(launch __x, launch __y)
140 static_cast<int>(__x) | static_cast<int>(__y));
143 constexpr launch operator^(launch __x, launch __y)
146 static_cast<int>(__x) ^ static_cast<int>(__y));
152 inline launch& operator&=(launch& __x, launch __y)
153 { return __x = __x & __y; }
155 inline launch& operator|=(launch& __x, launch __y)
156 { return __x = __x | __y; }
    [all...]
  /external/stlport/stlport/stl/
_bitset.h 679 bitset<_Nb> operator&(const bitset<_Nb>& __y) const {
681 __result &= __y;
684 bitset<_Nb> operator|(const bitset<_Nb>& __y) const {
686 __result |= __y;
689 bitset<_Nb> operator^(const bitset<_Nb>& __y) const {
691 __result ^= __y;
705 const bitset<_Nb>& __y) {
707 __result &= __y;
715 const bitset<_Nb>& __y) {
717 __result |= __y;
    [all...]
_tree.h 549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k. local
554 __y = __x, __x = _S_left(__x);
558 if (__y != &this->_M_header._M_data) {
559 if (_M_key_compare(__k, _S_key(__y))) {
560 __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data);
563 return __y;
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. */ local
573 __y = __x, __x = _S_left(__x);
577 return __y;
582 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is greater than __k. * local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 679 bitset<_Nb> operator&(const bitset<_Nb>& __y) const {
681 __result &= __y;
684 bitset<_Nb> operator|(const bitset<_Nb>& __y) const {
686 __result |= __y;
689 bitset<_Nb> operator^(const bitset<_Nb>& __y) const {
691 __result ^= __y;
705 const bitset<_Nb>& __y) {
707 __result &= __y;
715 const bitset<_Nb>& __y) {
717 __result |= __y;
    [all...]
_tree.h 549 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); // Last node which is not less than __k. local
554 __y = __x, __x = _S_left(__x);
558 if (__y != &this->_M_header._M_data) {
559 if (_M_key_compare(__k, _S_key(__y))) {
560 __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data);
563 return __y;
568 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is not less than __k. */ local
573 __y = __x, __x = _S_left(__x);
577 return __y;
582 _Base_ptr __y = __CONST_CAST(_Base_ptr, &this->_M_header._M_data); /* Last node which is greater than __k. * local
    [all...]

Completed in 947 milliseconds

<<31323334353637383940>>