Home
last modified time | relevance | path

Searched refs:ImplementsLessThan (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_functools.py1055 class ImplementsLessThan: class
1059 if isinstance(other, ImplementsLessThan):
1063 if isinstance(other, ImplementsLessThan):
1106 self.assertIs(ImplementsLessThan(1).__le__(1), NotImplemented)
1107 self.assertIs(ImplementsLessThan(1).__gt__(1), NotImplemented)
1108 self.assertIs(ImplementsLessThan(1).__ge__(1), NotImplemented)
1123 class ImplementsLessThan: class
1127 if isinstance(other, ImplementsLessThan):
1131 if isinstance(other, ImplementsLessThan):
1186 ImplementsLessThan(
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc915 TEST(LtTest, ImplementsLessThan) { in TEST()

Completed in 8 milliseconds