Searched refs:bar2 (Results 1 – 1 of 1) sorted by relevance
309 friend bool operator==( const Bar& bar1, const Bar& bar2 ) ;315 bool operator==( const Bar& bar1, const Bar& bar2 ) { in operator ==() argument317 CHECK_FAST(bar2.state == LIVE); in operator ==()318 return bar1.my_id == bar2.my_id; in operator ==()402 friend bool operator==(const BarEx& bar1, const BarEx& bar2 ) ;408 bool operator==(const BarEx& bar1, const BarEx& bar2) { in operator ==() argument410 CHECK_FAST(bar2.state == LIVE); in operator ==()412 CHECK_FAST((bar2.my_id ^ bar2.my_tilda_id) == -1); in operator ==()413 return bar1.my_id == bar2.my_id && bar1.my_tilda_id == bar2.my_tilda_id; in operator ==()