Home | History | Annotate | Download | only in test

Lines Matching full:rhs

61   Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); }
63 bool operator==(const Bool& rhs) const { return value == rhs.value; }