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

<<31323334353637383940>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable_policy.h 104 const _Node_iterator_base<_Value, __cache>& __y)
105 { return __x._M_cur == __y._M_cur; }
110 const _Node_iterator_base<_Value, __cache>& __y)
111 { return __x._M_cur != __y._M_cur; }
245 const _Hashtable_iterator_base<_Value, __cache>& __y)
246 { return __x._M_cur_node == __y._M_cur_node; }
251 const _Hashtable_iterator_base<_Value, __cache>& __y)
252 { return __x._M_cur_node != __y._M_cur_node; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
hashtable_policy.h 104 const _Node_iterator_base<_Value, __cache>& __y)
105 { return __x._M_cur == __y._M_cur; }
110 const _Node_iterator_base<_Value, __cache>& __y)
111 { return __x._M_cur != __y._M_cur; }
245 const _Hashtable_iterator_base<_Value, __cache>& __y)
246 { return __x._M_cur_node == __y._M_cur_node; }
251 const _Hashtable_iterator_base<_Value, __cache>& __y)
252 { return __x._M_cur_node != __y._M_cur_node; }
  /external/stlport/stlport/stl/
concept_checks.h 143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
_list.h 140 bool operator==(const_iterator __y ) const {
141 return this->_M_node == __y._M_node;
143 bool operator!=(const_iterator __y ) const {
144 return this->_M_node != __y._M_node;
706 operator==(const list<_Tp,_Alloc>& __x, const list<_Tp,_Alloc>& __y) {
709 const_iterator __end2 = __y.end();
712 const_iterator __i2 = __y.begin();
_map.h 68 bool operator()(const value_type& __x, const value_type& __y) const
69 { return comp(__x.first, __y.first); }
260 bool operator()(const value_type& __x, const value_type& __y) const
261 { return comp(__x.first, __y.first); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
future 417 operator&(launch __x, launch __y)
420 static_cast<__launch_underlying_type>(__y));
426 operator|(launch __x, launch __y)
429 static_cast<__launch_underlying_type>(__y));
435 operator^(launch __x, launch __y)
438 static_cast<__launch_underlying_type>(__y));
451 operator&=(launch& __x, launch __y)
453 __x = __x & __y; return __x;
458 operator|=(launch& __x, launch __y)
460 __x = __x | __y; return __x
    [all...]
vector 384 static void __swap_alloc(allocator_type& __x, allocator_type& __y)
388 {__swap_alloc(__x, __y, integral_constant<bool,
420 static void __swap_alloc(allocator_type& __x, allocator_type& __y, true_type)
424 swap(__x, __y);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
_list.h 140 bool operator==(const_iterator __y ) const {
141 return this->_M_node == __y._M_node;
143 bool operator!=(const_iterator __y ) const {
144 return this->_M_node != __y._M_node;
706 operator==(const list<_Tp,_Alloc>& __x, const list<_Tp,_Alloc>& __y) {
709 const_iterator __end2 = __y.end();
712 const_iterator __i2 = __y.begin();
_map.h 68 bool operator()(const value_type& __x, const value_type& __y) const
69 { return comp(__x.first, __y.first); }
260 bool operator()(const value_type& __x, const value_type& __y) const
261 { return comp(__x.first, __y.first); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
_list.h 140 bool operator==(const_iterator __y ) const {
141 return this->_M_node == __y._M_node;
143 bool operator!=(const_iterator __y ) const {
144 return this->_M_node != __y._M_node;
706 operator==(const list<_Tp,_Alloc>& __x, const list<_Tp,_Alloc>& __y) {
709 const_iterator __end2 = __y.end();
712 const_iterator __i2 = __y.begin();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
_list.h 140 bool operator==(const_iterator __y ) const {
141 return this->_M_node == __y._M_node;
143 bool operator!=(const_iterator __y ) const {
144 return this->_M_node != __y._M_node;
706 operator==(const list<_Tp,_Alloc>& __x, const list<_Tp,_Alloc>& __y) {
709 const_iterator __end2 = __y.end();
712 const_iterator __i2 = __y.begin();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
_list.h 140 bool operator==(const_iterator __y ) const {
141 return this->_M_node == __y._M_node;
143 bool operator!=(const_iterator __y ) const {
144 return this->_M_node != __y._M_node;
706 operator==(const list<_Tp,_Alloc>& __x, const list<_Tp,_Alloc>& __y) {
709 const_iterator __end2 = __y.end();
712 const_iterator __i2 = __y.begin();
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
_list.h 140 bool operator==(const_iterator __y ) const {
141 return this->_M_node == __y._M_node;
143 bool operator!=(const_iterator __y ) const {
144 return this->_M_node != __y._M_node;
706 operator==(const list<_Tp,_Alloc>& __x, const list<_Tp,_Alloc>& __y) {
709 const_iterator __end2 = __y.end();
712 const_iterator __i2 = __y.begin();
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
concept_checks.h 143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
_list.h 140 bool operator==(const_iterator __y ) const {
141 return this->_M_node == __y._M_node;
143 bool operator!=(const_iterator __y ) const {
144 return this->_M_node != __y._M_node;
706 operator==(const list<_Tp,_Alloc>& __x, const list<_Tp,_Alloc>& __y) {
709 const_iterator __end2 = __y.end();
712 const_iterator __i2 = __y.begin();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unordered_map.h     [all...]
unordered_set.h     [all...]
  /external/stlport/src/
locale.cpp 48 const string& __y) const
49 { return __locale_do_operator_call(*this, __x, __y); }
53 const wstring& __y) const
54 { return __locale_do_operator_call(*this, __x, __y); }
  /external/stlport/stlport/stl/debug/
_debug.h 364 void _Swap_owners(__owned_list& __y) { __stl_debugger::_Swap_owners(*this, __y); }
366 void _Set_owner(__owned_list& __y) { __stl_debugger::_Set_owner(*this, __y); }
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 48 const string& __y) const
49 { return __locale_do_operator_call(*this, __x, __y); }
53 const wstring& __y) const
54 { return __locale_do_operator_call(*this, __x, __y); }

Completed in 932 milliseconds

<<31323334353637383940>>