HomeSort by relevance Sort by last modified time
    Searched refs:__y (Results 201 - 225 of 402) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_stack.h 107 const stack< _STLP_STACK_ARGS >& __y)
108 { return __x._Get_s() == __y._Get_s(); }
112 const stack< _STLP_STACK_ARGS >& __y)
113 { return __x._Get_s() < __y._Get_s(); }
_sparc_atomic.h 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
_deque.h 106 _Deque_iterator_base(value_type* __x, _Map_pointer __y)
107 : _M_cur(__x), _M_first(*__y),
108 _M_last(*__y + _S_buffer_size()), _M_node(__y) {}
178 _Deque_iterator(value_type* __x, _Map_pointer __y) :
179 _Deque_iterator_base<value_type>(__x,__y) {}
234 const _Deque_iterator_base<_Tp >& __y)
235 { return __x._M_cur == __y._M_cur; }
240 const _Deque_iterator_base<_Tp >& __y) {
241 return (__x._M_node == __y._M_node)
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 124 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
125 { return __x._M_equal(__y); }
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
132 { return !__x._M_equal(__y); }
stl_vector.h     [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_stack.h 107 const stack< _STLP_STACK_ARGS >& __y)
108 { return __x._Get_s() == __y._Get_s(); }
112 const stack< _STLP_STACK_ARGS >& __y)
113 { return __x._Get_s() < __y._Get_s(); }
_sparc_atomic.h 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
_deque.h 106 _Deque_iterator_base(value_type* __x, _Map_pointer __y)
107 : _M_cur(__x), _M_first(*__y),
108 _M_last(*__y + _S_buffer_size()), _M_node(__y) {}
178 _Deque_iterator(value_type* __x, _Map_pointer __y) :
179 _Deque_iterator_base<value_type>(__x,__y) {}
234 const _Deque_iterator_base<_Tp >& __y)
235 { return __x._M_cur == __y._M_cur; }
240 const _Deque_iterator_base<_Tp >& __y) {
241 return (__x._M_node == __y._M_node)
    [all...]
  /external/stlport/stlport/stl/config/
features.h 580 #define __C_CAST(__x, __y) ((__x)(__y))
582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y)
583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y)
584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y)
586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 580 #define __C_CAST(__x, __y) ((__x)(__y))
582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y)
583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y)
584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y)
586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y)
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
features.h 580 #define __C_CAST(__x, __y) ((__x)(__y))
582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y)
583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y)
584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y)
586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y)
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
features.h 580 #define __C_CAST(__x, __y) ((__x)(__y))
582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y)
583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y)
584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y)
586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y)
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
features.h 580 #define __C_CAST(__x, __y) ((__x)(__y))
582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y)
583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y)
584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y)
586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y)
    [all...]
  /external/stlport/stlport/stl/
_sparc_atomic.h 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
_deque.h 106 _Deque_iterator_base(value_type* __x, _Map_pointer __y)
107 : _M_cur(__x), _M_first(*__y),
108 _M_last(*__y + _S_buffer_size()), _M_node(__y) {}
178 _Deque_iterator(value_type* __x, _Map_pointer __y) :
179 _Deque_iterator_base<value_type>(__x,__y) {}
234 const _Deque_iterator_base<_Tp >& __y)
235 { return __x._M_cur == __y._M_cur; }
240 const _Deque_iterator_base<_Tp >& __y) {
241 return (__x._M_node == __y._M_node)
    [all...]
_bvector.h 45 _Bit_reference(unsigned int* __x, unsigned int __y)
46 : _M_p(__x), _M_mask(__y) {}
85 inline void swap(_STLP_PRIV _Bit_reference& __x, _STLP_PRIV _Bit_reference& __y) {
87 __x = __y;
88 __y = __tmp;
124 _Bit_iterator_base(unsigned int* __x, unsigned int __y) : _M_p(__x), _M_offset(__y) {}
147 inline bool _STLP_CALL operator==(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) {
148 return __y._M_p == __x._M_p && __y._M_offset == __x._M_offset
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sparc_atomic.h 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
_deque.h 106 _Deque_iterator_base(value_type* __x, _Map_pointer __y)
107 : _M_cur(__x), _M_first(*__y),
108 _M_last(*__y + _S_buffer_size()), _M_node(__y) {}
178 _Deque_iterator(value_type* __x, _Map_pointer __y) :
179 _Deque_iterator_base<value_type>(__x,__y) {}
234 const _Deque_iterator_base<_Tp >& __y)
235 { return __x._M_cur == __y._M_cur; }
240 const _Deque_iterator_base<_Tp >& __y) {
241 return (__x._M_node == __y._M_node)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
unordered_set.h 141 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y)
142 { __x.swap(__y); }
150 _Alloc, __cache_hash_code>& __y)
151 { __x.swap(__y); }
256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
257 { __x.swap(__y); }
262 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
263 { __x.swap(__y); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
unordered_set.h 141 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y)
142 { __x.swap(__y); }
150 _Alloc, __cache_hash_code>& __y)
151 { __x.swap(__y); }
256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
257 { __x.swap(__y); }
262 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
263 { __x.swap(__y); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_sparc_atomic.h 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
_deque.h 106 _Deque_iterator_base(value_type* __x, _Map_pointer __y)
107 : _M_cur(__x), _M_first(*__y),
108 _M_last(*__y + _S_buffer_size()), _M_node(__y) {}
178 _Deque_iterator(value_type* __x, _Map_pointer __y) :
179 _Deque_iterator_base<value_type>(__x,__y) {}
234 const _Deque_iterator_base<_Tp >& __y)
235 { return __x._M_cur == __y._M_cur; }
240 const _Deque_iterator_base<_Tp >& __y) {
241 return (__x._M_node == __y._M_node)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h     [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h     [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h     [all...]

Completed in 1873 milliseconds

1 2 3 4 5 6 7 891011>>