/external/stlport/stlport/stl/ |
H A D | _relops_cont.h | 8 const _STLP_TEMPLATE_CONTAINER& __y) { 9 return __x.size() == __y.size() && 10 equal(__x.begin(), __x.end(), __y.begin()); 16 const _STLP_TEMPLATE_CONTAINER& __y) { 18 __y.begin(), __y.end()); 26 _STLP_TEMPLATE_CONTAINER& __y) { 27 __x.swap(__y); 7 operator ==(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument 15 operator <(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument 25 swap(_STLP_TEMPLATE_CONTAINER& __x, _STLP_TEMPLATE_CONTAINER& __y) argument
|
H A D | _cstdlib.h | 114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } argument 137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } argument 152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } argument 155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } argument
|
H A D | _string_operators.h | 30 const basic_string<_CharT,_Traits,_Alloc>& __y) { 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 40 __result.append(__y); 47 const basic_string<_CharT,_Traits,_Alloc>& __y) { 53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator()); 55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator()); 58 __result.append(__y); 29 operator +(const basic_string<_CharT,_Traits,_Alloc>& __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 46 operator +(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 64 operator +(_CharT __c, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 287 operator ==(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 295 operator ==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 302 operator ==(const basic_string<_CharT,_Traits,_Alloc>& __x, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument 311 operator ==(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 330 operator ==(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument 351 operator <(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 360 operator <(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 368 operator <(const basic_string<_CharT,_Traits,_Alloc>& __x, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument 377 operator <(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 398 operator <(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument 425 operator !=(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 431 operator >(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 437 operator <=(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 443 operator >=(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 450 operator !=(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 456 operator !=(const basic_string<_CharT,_Traits,_Alloc>& __x, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument 465 operator !=(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 482 operator !=(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument 499 operator >(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 516 operator >(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument 533 operator <=(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 550 operator <=(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument 567 operator >=(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument 584 operator >=(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument [all...] |
H A D | _collate.h | 164 const basic_string<_CharT, _Traits, _Alloc>& __y) { 167 __y.data(), __y.data() + __y.size()) < 0; 162 __locale_do_operator_call(const locale& __loc, const basic_string<_CharT, _Traits, _Alloc>& __x, const basic_string<_CharT, _Traits, _Alloc>& __y) argument
|
H A D | _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(); } 106 operator ==(const stack< _STLP_STACK_ARGS >& __x, const stack< _STLP_STACK_ARGS >& __y) argument 111 operator <(const stack< _STLP_STACK_ARGS >& __x, const stack< _STLP_STACK_ARGS >& __y) argument
|
H A D | _complex.h | 44 complex(const value_type& __x, const value_type& __y) argument 45 : _M_re(__x), _M_im(__y) {} 185 complex(value_type __x = 0.0f, value_type __y = 0.0f) 186 : _M_re(__x), _M_im(__y) {} 324 complex(value_type __x = 0.0, value_type __y = 0.0) 325 : _M_re(__x), _M_im(__y) {} 463 complex(value_type __x = 0.0l, value_type __y = 0.0l) 464 : _M_re(__x), _M_im(__y) {}
|
H A D | _istreambuf_iterator.h | 111 const istreambuf_iterator<_CharT, _Traits>& __y) { 112 return __x.equal(__y); 119 const istreambuf_iterator<_CharT, _Traits>& __y) { 120 return !__x.equal(__y); 110 operator ==(const istreambuf_iterator<_CharT, _Traits>& __x, const istreambuf_iterator<_CharT, _Traits>& __y) argument 118 operator !=(const istreambuf_iterator<_CharT, _Traits>& __x, const istreambuf_iterator<_CharT, _Traits>& __y) argument
|
H A D | _iterator_old.h | 136 Reference__, _Distance>& __y) 137 { return __x.base() == __y.base(); } 144 const reverse_bidirectional_iterator<_BiIter, _Tp, Reference__, _Distance>& __y) 145 { return !(__x == __y); } 243 Reference__, _Distance>& __y) 245 return __x.base() == __y.base(); 254 Reference__, _Distance>& __y) 256 return __y.base() < __x.base(); 267 Reference__, _Distance>& __y) { 268 return !(__x == __y); 132 operator ==( const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _Distance>& __x, const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _Distance>& __y) argument 142 operator !=( const reverse_bidirectional_iterator<_BiIter, _Tp, Reference__, _Distance>& __x, const reverse_bidirectional_iterator<_BiIter, _Tp, Reference__, _Distance>& __y) argument 240 operator ==(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument 251 operator <(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument 264 operator !=(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument 274 operator >(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument 284 operator <=(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument 294 operator >=(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument 306 operator -(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument [all...] |
H A D | _pair.h | 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument 82 { return __x.first == __y.first && __x.second == __y.second; } 85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) { argument 86 return __x.first < __y.first || 87 (!(__y.first < __x.first) && __x.second < __y.second); 92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument 93 { return !(__x == __y); } 96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument 100 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument 104 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument 110 make_pair(_T1 const& __x, _T2 const (&__y)[_Sz]) argument 115 make_pair(_T1 const (&__x)[_Sz], _T2 const& __y) argument 120 make_pair(_T1 const (&__x)[_Sz1], _T2 const (&__y)[_Sz2]) argument 128 make_pair(_T1 __x, _T2 __y) argument 137 operator !=(const _Tp& __x, const _Tp& __y) argument 141 operator >(const _Tp& __x, const _Tp& __y) argument 145 operator <=(const _Tp& __x, const _Tp& __y) argument 149 operator >=(const _Tp& __x, const _Tp& __y) argument [all...] |
H A D | _queue.h | 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { argument 123 return __x._Get_s() == __y._Get_s(); 128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { argument 129 return __x._Get_s() < __y._Get_s();
|
H A D | _stream_iterator.h | 213 const istream_iterator< __ISI_TMPL_ARGUMENTS >& __y) 214 { return __x._M_equal(__y); } 220 const istream_iterator< __ISI_TMPL_ARGUMENTS >& __y) 221 { return !__x._M_equal(__y); } 212 operator ==(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x, const istream_iterator< __ISI_TMPL_ARGUMENTS >& __y) argument 219 operator !=(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x, const istream_iterator< __ISI_TMPL_ARGUMENTS >& __y) argument
|
H A D | _iterator.h | 114 const reverse_iterator<_Iterator>& __y) 115 { return __x.base() == __y.base(); } 119 const reverse_iterator<_Iterator>& __y) 120 { return __y.base() < __x.base(); } 125 const reverse_iterator<_Iterator>& __y) 126 { return !(__x == __y); } 130 const reverse_iterator<_Iterator>& __y) 131 { return __y < __x; } 135 const reverse_iterator<_Iterator>& __y) 136 { return !(__y < __ 113 operator ==(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument 118 operator <(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument 124 operator !=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument 129 operator >(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument 134 operator <=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument 139 operator >=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument 150 operator -(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument [all...] |
H A D | _tree.c | 62 _Rb_tree_node_base* __y = __x->_M_right; local 63 __x->_M_right = __y->_M_left; 64 if (__y->_M_left != 0) 65 __y->_M_left->_M_parent = __x; 66 __y->_M_parent = __x->_M_parent; 69 __root = __y; 71 __x->_M_parent->_M_left = __y; 73 __x->_M_parent->_M_right = __y; 74 __y->_M_left = __x; 75 __x->_M_parent = __y; 81 _Rb_tree_node_base* __y = __x->_M_left; local 103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; local 121 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; local 147 _Rb_tree_node_base* __y = __z; local 285 _Base_ptr __y = _M_node->_M_parent; local 301 _Base_ptr __y = _M_node->_M_parent; local 388 _Base_ptr __y = &this->_M_header._M_data; local 406 _Base_ptr __y = &this->_M_header._M_data; local 637 _Base_ptr __y = _M_clone_node(__x); local 659 _Base_ptr __y = _S_left(__x); local [all...] |
H A D | _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) { 378 operator *(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument 389 operator /(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument 400 operator %(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument 411 operator +(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument 422 operator -(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument 433 operator ^(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument 444 operator &(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument 455 operator |(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument 466 operator <<(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument 477 operator >>(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument 674 operator ==(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument 684 operator <(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument [all...] |
H A D | _cmath.h | 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } argument 413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } argument 458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(float,__y)); } argument 460 inline float pow(float __x, int __y) { return ::__powf(__x, __STATIC_CAST(float,__y)); } 463 inline float pow(float __x, int __y) { return __STATIC_CAST(float, _STLP_CMATH_FUNC_NAMESPACE::pow(__x, __STATIC_CAST(float,__y))); } 465 pow(double __x, int __y) argument 469 pow(long double __x, int __y) argument 472 pow(long double __x, int __y) argument 474 pow(long double __x, int __y) argument 478 pow(long double __x, int __y) argument [all...] |
H A D | _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; 704 operator &(const bitset<_Nb>& __x, const bitset<_Nb>& __y) argument 714 operator |(const bitset<_Nb>& __x, const bitset<_Nb>& __y) argument 723 operator ^(const bitset<_Nb>& __x, const bitset<_Nb>& __y) argument [all...] |
H A D | _function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } 205 binder1st(const _Operation& __x, _ValueParamType __y) argument 240 binder2nd(const _Operation& __x, _ValueParamType __y) argument 275 unary_compose(const _Operation1& __x, const _Operation2& __y) argument 305 binary_compose(const _Operation1& __x, const _Operation2& __y, const _Operation3& __z) argument [all...] |
H A D | 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);
|
H A D | _bvector.h | 45 _Bit_reference(unsigned int* __x, unsigned int __y) argument 46 : _M_p(__x), _M_mask(__y) {} 85 inline void swap(_STLP_PRIV _Bit_reference& __x, _STLP_PRIV _Bit_reference& __y) { argument 87 __x = __y; 88 __y = __tmp; 124 _Bit_iterator_base(unsigned int* __x, unsigned int __y) : _M_p(__x), _M_offset(__y) {} argument 147 inline bool _STLP_CALL operator==(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) { argument 148 return __y._M_p == __x._M_p && __y 150 operator !=(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) argument 154 operator <(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) argument 158 operator >(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) argument 161 operator <=(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) argument 164 operator >=(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) argument 178 _Bit_iter(unsigned int* __x, unsigned int __y) argument [all...] |
H A D | _deque.h | 106 _Deque_iterator_base(value_type* __x, _Map_pointer __y) argument 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) : argument 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 233 operator ==(const _Deque_iterator_base<_Tp >& __x, const _Deque_iterator_base<_Tp >& __y) argument 239 operator <(const _Deque_iterator_base<_Tp >& __x, const _Deque_iterator_base<_Tp >& __y) argument 247 operator !=(const _Deque_iterator_base<_Tp >& __x, const _Deque_iterator_base<_Tp >& __y) argument 253 operator >(const _Deque_iterator_base<_Tp >& __x, const _Deque_iterator_base<_Tp >& __y) argument 258 operator >=(const _Deque_iterator_base<_Tp >& __x, const _Deque_iterator_base<_Tp >& __y) argument 263 operator <=(const _Deque_iterator_base<_Tp >& __x, const _Deque_iterator_base<_Tp >& __y) argument 271 operator ==(const _Deque_iterator<_Tp, _Traits1 >& __x, const _Deque_iterator<_Tp, _Traits2 >& __y) argument 277 operator <(const _Deque_iterator<_Tp, _Traits1 >& __x, const _Deque_iterator<_Tp, _Traits2 >& __y) argument 285 operator !=(const _Deque_iterator<_Tp, _Nonconst_traits<_Tp> >& __x, const _Deque_iterator<_Tp, _Const_traits<_Tp> >& __y) argument 291 operator >(const _Deque_iterator<_Tp, _Nonconst_traits<_Tp> >& __x, const _Deque_iterator<_Tp, _Const_traits<_Tp> >& __y) argument 297 operator >=(const _Deque_iterator<_Tp, _Nonconst_traits<_Tp> >& __x, const _Deque_iterator<_Tp, _Const_traits<_Tp> >& __y) argument 303 operator <=(const _Deque_iterator<_Tp, _Nonconst_traits<_Tp> >& __x, const _Deque_iterator<_Tp, _Const_traits<_Tp> >& __y) argument [all...] |
H A D | _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) { argument 709 const_iterator __end2 = __y.end(); 712 const_iterator __i2 = __y.begin();
|
H A D | _string.h | 1123 basic_string<_CharT,_Traits,_Alloc>& __y) 1124 { __x.swap(__y); } 1126 inline void _STLP_CALL swap(string& __x, string& __y) 1127 { __x.swap(__y); } 1129 inline void _STLP_CALL swap(wstring& __x, wstring& __y) 1130 { __x.swap(__y); } 1122 swap(basic_string<_CharT,_Traits,_Alloc>& __x, basic_string<_CharT,_Traits,_Alloc>& __y) argument
|
/external/stlport/stlport/stl/debug/ |
H A D | _debug.c | 488 __stl_debug_engine<_Dummy>::_Swap_owners(__owned_list& __x, __owned_list& __y) { argument 504 _Stamp_all(&__x, &__y); 505 _Stamp_all(&__y, &__x); 507 __x._M_node._M_next = __y._M_node._M_next; 508 __y._M_node._M_next = __tmp;
|
H A D | _iterator.h | 61 ptrdiff_t _DBG_distance(const _Iterator& __x, const _Iterator& __y, const random_access_iterator_tag &) argument 62 { return __x - __y; } 89 bool _CompareIt(const _Iterator& __x, const _Iterator& __y, const random_access_iterator_tag &) argument 90 { return __x < __y; } 176 const _DBG_iter_base<_Container>& __y ) { 178 _STLP_DEBUG_CHECK(__check_same_owner(__x, __y)) 179 return _DBG_distance(__x._M_iterator,__y._M_iterator, _Iterator_category()); 306 operator==(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) { argument 307 _STLP_DEBUG_CHECK(__check_same_or_null_owner(__x, __y)) 308 return __x._M_iterator == __y 313 operator <(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) argument 321 operator >(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) argument 329 operator >=(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) argument 337 operator <=(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) argument 345 operator !=(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) argument [all...] |
H A D | _debug.h | 364 void _Swap_owners(__owned_list& __y) { __stl_debugger::_Swap_owners(*this, __y); } argument 366 void _Set_owner(__owned_list& __y) { __stl_debugger::_Set_owner(*this, __y); } argument
|