Searched refs:other2 (Results 1 – 6 of 6) sorted by relevance
45 Selection other2 = (Selection)other; in equals() local46 return anchor == other2.anchor in equals()47 && caret == other2.caret in equals()48 && clickAfter == other2.clickAfter; in equals()
79 const CPURegister& other2, in Remove() argument83 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code()); in Remove()
569 const CPURegister& other2 = NoCPUReg,604 const CPURegister& other2 = NoCPUReg,610 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.bit();
574 const scoped_refptr<Other> other2(other); in TEST() local575 EXPECT_EQ(other2, Overloaded(std::move(other))); in TEST()
1452 RealOptionalBinder.Default other2 = Dummy.class.getAnnotation(RealOptionalBinder.Default.class); in testCompareEqualsAgainstOtherAnnotation() local1453 assertEquals(impl2, other2); in testCompareEqualsAgainstOtherAnnotation()1456 assertFalse(impl1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation()1458 assertFalse(other1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation()
1638 other2 = ipaddress.IPv4Network('1.2.2.0/24')1641 self.assertFalse(self.ipv4_network.overlaps(other2))1642 self.assertTrue(other2.overlaps(other3))