Searched refs:__rhs (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dbitset641 bitset<_Nb,_WordT>& operator&=(const bitset<_Nb,_WordT>& __rhs) {
642 _M_do_and(__rhs);
646 bitset<_Nb,_WordT>& operator|=(const bitset<_Nb,_WordT>& __rhs) {
647 _M_do_or(__rhs);
651 bitset<_Nb,_WordT>& operator^=(const bitset<_Nb,_WordT>& __rhs) {
652 _M_do_xor(__rhs);
782 bool operator==(const bitset<_Nb,_WordT>& __rhs) const {
783 return _M_is_equal(__rhs);
785 bool operator!=(const bitset<_Nb,_WordT>& __rhs) const {
786 return !_M_is_equal(__rhs);
[all...]
H A Dstl_rope.h184 sequence_buffer& operator=(const value_type& __rhs) argument
186 push_back(__rhs);

Completed in 24 milliseconds