Lines Matching defs:other2
81 friend bool operator< (const BPtr_Value &other1, const BPtr_Value &other2) in operator <()
84 friend bool operator< (int other1, const BPtr_Value &other2) in operator <()
87 friend bool operator< (const BPtr_Value &other1, int other2) in operator <()
90 friend bool operator> (const BPtr_Value &other1, const BPtr_Value &other2) in operator >()
93 friend bool operator> (int other1, const BPtr_Value &other2) in operator >()
96 friend bool operator> (const BPtr_Value &other1, int other2) in operator >()
99 friend bool operator== (const BPtr_Value &other1, const BPtr_Value &other2) in operator ==()
102 friend bool operator== (int other1, const BPtr_Value &other2) in operator ==()
105 friend bool operator== (const BPtr_Value &other1, int other2) in operator ==()
108 friend bool operator!= (const BPtr_Value &other1, const BPtr_Value &other2) in operator !=()
111 friend bool operator!= (int other1, const BPtr_Value &other2) in operator !=()
114 friend bool operator!= (const BPtr_Value &other1, int other2) in operator !=()