Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_functools.py1081 class ImplementsGreaterThan: class
1085 if isinstance(other, ImplementsGreaterThan):
1089 if isinstance(other, ImplementsGreaterThan):
1112 self.assertIs(ImplementsGreaterThan(1).__lt__(1), NotImplemented)
1113 self.assertIs(ImplementsGreaterThan(1).__gt__(1), NotImplemented)
1114 self.assertIs(ImplementsGreaterThan(1).__ge__(1), NotImplemented)
1136 class ImplementsGreaterThan: class
1140 if isinstance(other, ImplementsGreaterThan):
1144 if isinstance(other, ImplementsGreaterThan):
1192 ImplementsLessThan(1) < ImplementsGreaterThan(
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc887 TEST(GtTest, ImplementsGreaterThan) { in TEST()

Completed in 7 milliseconds