Home | History | Annotate | Download | only in mac

Lines Matching defs:operator

47   scoped_nsprotocol& operator=(const scoped_nsprotocol<NST>& that) {
61 bool operator==(NST that) const { return object_ == that; }
62 bool operator!=(NST that) const { return object_ != that; }
64 operator NST() const {
103 bool operator==(C p1, const scoped_nsprotocol<C>& p2) {
108 bool operator!=(C p1, const scoped_nsprotocol<C>& p2) {
122 scoped_nsobject& operator=(const scoped_nsobject<NST>& that) {
123 scoped_nsprotocol<NST*>::operator=(that);
138 scoped_nsobject& operator=(const scoped_nsobject<id>& that) {
139 scoped_nsprotocol<id>::operator=(that);