Searched refs:_rhs (Results 1 – 2 of 2) sorted by relevance
15 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor()22 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()29 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()36 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
46 #define PackCategoriesIntoKey(_lhs, _rhs) ((_lhs) * 4 + (_rhs)) argument