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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_list.h 77 swap(_List_node_base& __x, _List_node_base& __y);
265 const _List_const_iterator<_Val>& __y)
266 { return __x._M_node == __y._M_node; }
271 const _List_const_iterator<_Val>& __y)
272 { return __x._M_node != __y._M_node; }
    [all...]
stl_bvector.h 72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
73 : _M_p(__x), _M_mask(__y) { }
113 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
114 : _M_p(__x), _M_offset(__y) { }
179 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
181 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
182 + __x._M_offset - __y._M_offset);
193 _Bit_iterator(_Bit_type * __x, unsigned int __y)
194 : _Bit_iterator_base(__x, __y) { }
276 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 77 swap(_List_node_base& __x, _List_node_base& __y);
265 const _List_const_iterator<_Val>& __y)
266 { return __x._M_node == __y._M_node; }
271 const _List_const_iterator<_Val>& __y)
272 { return __x._M_node != __y._M_node; }
    [all...]
stl_bvector.h 72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
73 : _M_p(__x), _M_mask(__y) { }
113 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
114 : _M_p(__x), _M_offset(__y) { }
179 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
181 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
182 + __x._M_offset - __y._M_offset);
193 _Bit_iterator(_Bit_type * __x, unsigned int __y)
194 : _Bit_iterator_base(__x, __y) { }
276 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 77 swap(_List_node_base& __x, _List_node_base& __y);
265 const _List_const_iterator<_Val>& __y)
266 { return __x._M_node == __y._M_node; }
271 const _List_const_iterator<_Val>& __y)
272 { return __x._M_node != __y._M_node; }
    [all...]
stl_bvector.h 72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
73 : _M_p(__x), _M_mask(__y) { }
113 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
114 : _M_p(__x), _M_offset(__y) { }
179 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
181 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
182 + __x._M_offset - __y._M_offset);
193 _Bit_iterator(_Bit_type * __x, unsigned int __y)
194 : _Bit_iterator_base(__x, __y) { }
276 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 77 swap(_List_node_base& __x, _List_node_base& __y);
265 const _List_const_iterator<_Val>& __y)
266 { return __x._M_node == __y._M_node; }
271 const _List_const_iterator<_Val>& __y)
272 { return __x._M_node != __y._M_node; }
    [all...]
stl_bvector.h 72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
73 : _M_p(__x), _M_mask(__y) { }
113 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
114 : _M_p(__x), _M_offset(__y) { }
179 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
181 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
182 + __x._M_offset - __y._M_offset);
193 _Bit_iterator(_Bit_type * __x, unsigned int __y)
194 : _Bit_iterator_base(__x, __y) { }
276 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_list.h 77 swap(_List_node_base& __x, _List_node_base& __y);
265 const _List_const_iterator<_Val>& __y)
266 { return __x._M_node == __y._M_node; }
271 const _List_const_iterator<_Val>& __y)
272 { return __x._M_node != __y._M_node; }
    [all...]
stl_bvector.h 72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
73 : _M_p(__x), _M_mask(__y) { }
113 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
114 : _M_p(__x), _M_offset(__y) { }
179 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
181 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
182 + __x._M_offset - __y._M_offset);
193 _Bit_iterator(_Bit_type * __x, unsigned int __y)
194 : _Bit_iterator_base(__x, __y) { }
276 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 74 _Bit_reference(_Bit_type * __x, _Bit_type __y)
75 : _M_p(__x), _M_mask(__y) { }
115 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
116 : _M_p(__x), _M_offset(__y) { }
181 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
183 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
184 + __x._M_offset - __y._M_offset);
195 _Bit_iterator(_Bit_type * __x, unsigned int __y)
196 : _Bit_iterator_base(__x, __y) { }
278 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
stl_multiset.h 680 const multiset<_Key, _Compare, _Alloc>& __y)
681 { return __x._M_t == __y._M_t; }
697 const multiset<_Key, _Compare, _Alloc>& __y)
698 { return __x._M_t < __y._M_t; }
704 const multiset<_Key, _Compare, _Alloc>& __y)
705 { return !(__x == __y); }
711 const multiset<_Key,_Compare,_Alloc>& __y)
712 { return __y < __x; }
718 const multiset<_Key, _Compare, _Alloc>& __y)
719 { return !(__y < __x);
    [all...]
stl_set.h 697 const set<_Key, _Compare, _Alloc>& __y)
698 { return __x._M_t == __y._M_t; }
714 const set<_Key, _Compare, _Alloc>& __y)
715 { return __x._M_t < __y._M_t; }
721 const set<_Key, _Compare, _Alloc>& __y)
722 { return !(__x == __y); }
728 const set<_Key, _Compare, _Alloc>& __y)
729 { return __y < __x; }
735 const set<_Key, _Compare, _Alloc>& __y)
736 { return !(__y < __x);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 74 _Bit_reference(_Bit_type * __x, _Bit_type __y)
75 : _M_p(__x), _M_mask(__y) { }
115 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
116 : _M_p(__x), _M_offset(__y) { }
181 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
183 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
184 + __x._M_offset - __y._M_offset);
195 _Bit_iterator(_Bit_type * __x, unsigned int __y)
196 : _Bit_iterator_base(__x, __y) { }
278 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
stl_multiset.h 680 const multiset<_Key, _Compare, _Alloc>& __y)
681 { return __x._M_t == __y._M_t; }
697 const multiset<_Key, _Compare, _Alloc>& __y)
698 { return __x._M_t < __y._M_t; }
704 const multiset<_Key, _Compare, _Alloc>& __y)
705 { return !(__x == __y); }
711 const multiset<_Key,_Compare,_Alloc>& __y)
712 { return __y < __x; }
718 const multiset<_Key, _Compare, _Alloc>& __y)
719 { return !(__y < __x);
    [all...]
stl_set.h 697 const set<_Key, _Compare, _Alloc>& __y)
698 { return __x._M_t == __y._M_t; }
714 const set<_Key, _Compare, _Alloc>& __y)
715 { return __x._M_t < __y._M_t; }
721 const set<_Key, _Compare, _Alloc>& __y)
722 { return !(__x == __y); }
728 const set<_Key, _Compare, _Alloc>& __y)
729 { return __y < __x; }
735 const set<_Key, _Compare, _Alloc>& __y)
736 { return !(__y < __x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_bvector.h 74 _Bit_reference(_Bit_type * __x, _Bit_type __y)
75 : _M_p(__x), _M_mask(__y) { }
115 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
116 : _M_p(__x), _M_offset(__y) { }
181 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
183 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
184 + __x._M_offset - __y._M_offset);
195 _Bit_iterator(_Bit_type * __x, unsigned int __y)
196 : _Bit_iterator_base(__x, __y) { }
278 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
stl_multiset.h 680 const multiset<_Key, _Compare, _Alloc>& __y)
681 { return __x._M_t == __y._M_t; }
697 const multiset<_Key, _Compare, _Alloc>& __y)
698 { return __x._M_t < __y._M_t; }
704 const multiset<_Key, _Compare, _Alloc>& __y)
705 { return !(__x == __y); }
711 const multiset<_Key,_Compare,_Alloc>& __y)
712 { return __y < __x; }
718 const multiset<_Key, _Compare, _Alloc>& __y)
719 { return !(__y < __x);
    [all...]
stl_set.h 697 const set<_Key, _Compare, _Alloc>& __y)
698 { return __x._M_t == __y._M_t; }
714 const set<_Key, _Compare, _Alloc>& __y)
715 { return __x._M_t < __y._M_t; }
721 const set<_Key, _Compare, _Alloc>& __y)
722 { return !(__x == __y); }
728 const set<_Key, _Compare, _Alloc>& __y)
729 { return __y < __x; }
735 const set<_Key, _Compare, _Alloc>& __y)
736 { return !(__y < __x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_bvector.h 76 _Bit_reference(_Bit_type * __x, _Bit_type __y)
77 : _M_p(__x), _M_mask(__y) { }
117 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
118 : _M_p(__x), _M_offset(__y) { }
183 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
185 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
186 + __x._M_offset - __y._M_offset);
197 _Bit_iterator(_Bit_type * __x, unsigned int __y)
198 : _Bit_iterator_base(__x, __y) { }
280 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
stl_map.h 119 bool operator()(const value_type& __x, const value_type& __y) const
120 { return comp(__x.first, __y.first); }
880 * @param __y A %map of the same type as @a x.
890 const map<_Key, _Tp, _Compare, _Alloc>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_bvector.h 74 _Bit_reference(_Bit_type * __x, _Bit_type __y)
75 : _M_p(__x), _M_mask(__y) { }
115 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
116 : _M_p(__x), _M_offset(__y) { }
181 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
183 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
184 + __x._M_offset - __y._M_offset);
195 _Bit_iterator(_Bit_type * __x, unsigned int __y)
196 : _Bit_iterator_base(__x, __y) { }
278 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
stl_multiset.h 680 const multiset<_Key, _Compare, _Alloc>& __y)
681 { return __x._M_t == __y._M_t; }
697 const multiset<_Key, _Compare, _Alloc>& __y)
698 { return __x._M_t < __y._M_t; }
704 const multiset<_Key, _Compare, _Alloc>& __y)
705 { return !(__x == __y); }
711 const multiset<_Key,_Compare,_Alloc>& __y)
712 { return __y < __x; }
718 const multiset<_Key, _Compare, _Alloc>& __y)
719 { return !(__y < __x);
    [all...]
stl_set.h 697 const set<_Key, _Compare, _Alloc>& __y)
698 { return __x._M_t == __y._M_t; }
714 const set<_Key, _Compare, _Alloc>& __y)
715 { return __x._M_t < __y._M_t; }
721 const set<_Key, _Compare, _Alloc>& __y)
722 { return !(__x == __y); }
728 const set<_Key, _Compare, _Alloc>& __y)
729 { return __y < __x; }
735 const set<_Key, _Compare, _Alloc>& __y)
736 { return !(__y < __x);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_bvector.h 76 _Bit_reference(_Bit_type * __x, _Bit_type __y)
77 : _M_p(__x), _M_mask(__y) { }
117 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
118 : _M_p(__x), _M_offset(__y) { }
183 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
185 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
186 + __x._M_offset - __y._M_offset);
197 _Bit_iterator(_Bit_type * __x, unsigned int __y)
198 : _Bit_iterator_base(__x, __y) { }
280 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]

Completed in 1149 milliseconds

<<21222324252627282930>>