Searched refs:__lhs (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_string_sum.h305 operator + (const __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1> &__lhs, argument
310 __on_right>(__lhs, __rhs);
317 operator == (const __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1> &__lhs, argument
319 { return (__lhs.size() == __rhs.size()) && (__lhs._M_get_storage() == __rhs._M_get_storage()); }
325 operator < (const __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1> &__lhs, argument
327 { return __lhs._M_get_storage() < __rhs._M_get_storage(); }
335 operator != (const __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1> &__lhs, argument
337 { return !(__lhs == __rhs); }
343 operator > (const __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1> &__lhs, argument
351 operator <=(const __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1> &__lhs, const __bstr_sum<_CharT, _Traits, _Alloc, _Lh2, _Rh2, _StoreDir2> &__rhs) argument
359 operator >=(const __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1> &__lhs, const __bstr_sum<_CharT, _Traits, _Alloc, _Lh2, _Rh2, _StoreDir2> &__rhs) argument
[all...]
H A D_string_operators.h125 operator+(const basic_string<_CharT,_Traits,_Alloc>& __lhs,
130 __root_type __root(__rhs, _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__lhs.get_allocator()));
133 _STLP_PRIV __on_right>(__lhs, __root);
141 operator+(const basic_string<_CharT,_Traits,_Alloc>& __lhs,
145 _STLP_PRIV __on_right>(__lhs, __rhs);
153 operator+(const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __lhs,
157 _STLP_PRIV __on_left>(__lhs, __rhs);
/external/stlport/stlport/stl/debug/
H A D_hashtable.h53 bool operator () (const _Key& __lhs, const _Key& __rhs) const argument
56 bool operator () (const _Kp1& __lhs, const _Kp2& __rhs) const
60 _STLP_VERBOSE_ASSERT(_M_non_dbg_eq(__rhs, __lhs) == _M_non_dbg_eq(__lhs, __rhs), _StlMsg_INVALID_EQUIVALENT_PREDICATE)
62 return _M_non_dbg_eq(__lhs, __rhs) ? true : false;
H A D_tree.h57 bool operator () (const _Key& __lhs, const _Key& __rhs) const { argument
60 bool operator () (const _Kp1& __lhs, const _Kp2& __rhs) const {
62 if (_M_non_dbg_cmp(__lhs, __rhs)) {

Completed in 670 milliseconds