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

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
271 { return __x.c == __y.c; }
288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
289 { return __x.c < __y.c; }
294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
295 { return !(__x == __y); }
300 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
301 { return __y < __x; }
306 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
307 { return !(__y < __x);
    [all...]
stl_deque.h 116 _Deque_iterator(_Tp* __x, _Map_pointer __y)
117 : _M_cur(__x), _M_first(*__y),
118 _M_last(*__y + _S_buffer_size()), _M_node(__y) { }
236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
237 { return __x._M_cur == __y._M_cur; }
243 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y)
244 { return __x._M_cur == __y._M_cur; }
249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
250 { return !(__x == __y); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
271 { return __x.c == __y.c; }
288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
289 { return __x.c < __y.c; }
294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
295 { return !(__x == __y); }
300 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
301 { return __y < __x; }
306 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
307 { return !(__y < __x);
    [all...]
stl_deque.h 116 _Deque_iterator(_Tp* __x, _Map_pointer __y)
117 : _M_cur(__x), _M_first(*__y),
118 _M_last(*__y + _S_buffer_size()), _M_node(__y) { }
236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
237 { return __x._M_cur == __y._M_cur; }
243 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y)
244 { return __x._M_cur == __y._M_cur; }
249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
250 { return !(__x == __y); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_queue.h 270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
271 { return __x.c == __y.c; }
288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
289 { return __x.c < __y.c; }
294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
295 { return !(__x == __y); }
300 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
301 { return __y < __x; }
306 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
307 { return !(__y < __x);
    [all...]
stl_deque.h 116 _Deque_iterator(_Tp* __x, _Map_pointer __y)
117 : _M_cur(__x), _M_first(*__y),
118 _M_last(*__y + _S_buffer_size()), _M_node(__y) { }
236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
237 { return __x._M_cur == __y._M_cur; }
243 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y)
244 { return __x._M_cur == __y._M_cur; }
249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
250 { return !(__x == __y); }
    [all...]
  /external/stlport/stlport/stl/
_rope.h 125 const rope<_CharT,_Alloc>& __y) {
126 return __x + __y;
    [all...]
_valarray.h 379 const valarray<_Tp>& __y) {
380 _STLP_ASSERT(__x.size() == __y.size())
384 __tmp[__i] = __x[__i] * __y[__i];
390 const valarray<_Tp>& __y) {
391 _STLP_ASSERT(__x.size() == __y.size())
395 __tmp[__i] = __x[__i] / __y[__i];
401 const valarray<_Tp>& __y) {
402 _STLP_ASSERT(__x.size() == __y.size())
406 __tmp[__i] = __x[__i] % __y[__i];
412 const valarray<_Tp>& __y) {
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 125 const rope<_CharT,_Alloc>& __y) {
126 return __x + __y;
    [all...]
_valarray.h 379 const valarray<_Tp>& __y) {
380 _STLP_ASSERT(__x.size() == __y.size())
384 __tmp[__i] = __x[__i] * __y[__i];
390 const valarray<_Tp>& __y) {
391 _STLP_ASSERT(__x.size() == __y.size())
395 __tmp[__i] = __x[__i] / __y[__i];
401 const valarray<_Tp>& __y) {
402 _STLP_ASSERT(__x.size() == __y.size())
406 __tmp[__i] = __x[__i] % __y[__i];
412 const valarray<_Tp>& __y) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_deque.h 116 _Deque_iterator(_Tp* __x, _Map_pointer __y)
117 : _M_cur(__x), _M_first(*__y),
118 _M_last(*__y + _S_buffer_size()), _M_node(__y) { }
236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
237 { return __x._M_cur == __y._M_cur; }
243 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y)
244 { return __x._M_cur == __y._M_cur; }
249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
250 { return !(__x == __y); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 116 _Deque_iterator(_Tp* __x, _Map_pointer __y)
117 : _M_cur(__x), _M_first(*__y),
118 _M_last(*__y + _S_buffer_size()), _M_node(__y) { }
236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
237 { return __x._M_cur == __y._M_cur; }
243 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y)
244 { return __x._M_cur == __y._M_cur; }
249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
250 { return !(__x == __y); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.h 125 const rope<_CharT,_Alloc>& __y) {
126 return __x + __y;
    [all...]
_valarray.h 379 const valarray<_Tp>& __y) {
380 _STLP_ASSERT(__x.size() == __y.size())
384 __tmp[__i] = __x[__i] * __y[__i];
390 const valarray<_Tp>& __y) {
391 _STLP_ASSERT(__x.size() == __y.size())
395 __tmp[__i] = __x[__i] / __y[__i];
401 const valarray<_Tp>& __y) {
402 _STLP_ASSERT(__x.size() == __y.size())
406 __tmp[__i] = __x[__i] % __y[__i];
412 const valarray<_Tp>& __y) {
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.h 125 const rope<_CharT,_Alloc>& __y) {
126 return __x + __y;
    [all...]
_valarray.h 379 const valarray<_Tp>& __y) {
380 _STLP_ASSERT(__x.size() == __y.size())
384 __tmp[__i] = __x[__i] * __y[__i];
390 const valarray<_Tp>& __y) {
391 _STLP_ASSERT(__x.size() == __y.size())
395 __tmp[__i] = __x[__i] / __y[__i];
401 const valarray<_Tp>& __y) {
402 _STLP_ASSERT(__x.size() == __y.size())
406 __tmp[__i] = __x[__i] % __y[__i];
412 const valarray<_Tp>& __y) {
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.h 125 const rope<_CharT,_Alloc>& __y) {
126 return __x + __y;
    [all...]
_valarray.h 379 const valarray<_Tp>& __y) {
380 _STLP_ASSERT(__x.size() == __y.size())
384 __tmp[__i] = __x[__i] * __y[__i];
390 const valarray<_Tp>& __y) {
391 _STLP_ASSERT(__x.size() == __y.size())
395 __tmp[__i] = __x[__i] / __y[__i];
401 const valarray<_Tp>& __y) {
402 _STLP_ASSERT(__x.size() == __y.size())
406 __tmp[__i] = __x[__i] % __y[__i];
412 const valarray<_Tp>& __y) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.h 125 const rope<_CharT,_Alloc>& __y) {
126 return __x + __y;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_rope.h 125 const rope<_CharT,_Alloc>& __y) {
126 return __x + __y;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 129 _Deque_iterator(_Tp* __x, _Map_pointer __y)
130 : _M_cur(__x), _M_first(*__y),
131 _M_last(*__y + _S_buffer_size()), _M_node(__y) { }
249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
250 { return __x._M_cur == __y._M_cur; }
256 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y)
257 { return __x._M_cur == __y._M_cur; }
262 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
263 { return !(__x == __y); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 129 _Deque_iterator(_Tp* __x, _Map_pointer __y)
130 : _M_cur(__x), _M_first(*__y),
131 _M_last(*__y + _S_buffer_size()), _M_node(__y) { }
249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
250 { return __x._M_cur == __y._M_cur; }
256 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y)
257 { return __x._M_cur == __y._M_cur; }
262 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
263 { return !(__x == __y); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_deque.h 128 _Deque_iterator(_Tp* __x, _Map_pointer __y)
129 : _M_cur(__x), _M_first(*__y),
130 _M_last(*__y + _S_buffer_size()), _M_node(__y) { }
248 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
249 { return __x._M_cur == __y._M_cur; }
255 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y)
256 { return __x._M_cur == __y._M_cur; }
261 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y)
262 { return !(__x == __y); }
    [all...]
stl_bvector.h 75 _Bit_reference(_Bit_type * __x, _Bit_type __y)
76 : _M_p(__x), _M_mask(__y) { }
112 swap(_Bit_reference __x, _Bit_reference __y) noexcept
115 __x = __y;
116 __y = __tmp;
120 swap(_Bit_reference __x, bool& __y) noexcept
123 __x = __y;
124 __y = __tmp;
128 swap(bool& __x, _Bit_reference __y) noexcept
131 __x = __y;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
map 404 bool operator()(const _CP& __x, const _CP& __y) const
405 {return static_cast<const _Compare&>(*this)(__x.__cc.first, __y.__cc.first);}
407 bool operator()(const _CP& __x, const _Key& __y) const
408 {return static_cast<const _Compare&>(*this)(__x.__cc.first, __y);}
410 bool operator()(const _Key& __x, const _CP& __y) const
411 {return static_cast<const _Compare&>(*this)(__x, __y.__cc.first);}
432 bool operator()(const _CP& __x, const _CP& __y) const
433 {return comp(__x.__cc.first, __y.__cc.first);}
435 bool operator()(const _CP& __x, const _Key& __y) const
436 {return comp(__x.__cc.first, __y);}
    [all...]

Completed in 1065 milliseconds

<<11121314151617181920>>