Home
last modified time | relevance | path

Searched defs:NotImplemented (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dfunctools.py89 def _gt_from_lt(self, other, NotImplemented=NotImplemented): argument
96 def _le_from_lt(self, other, NotImplemented=NotImplemented): argument
103 def _ge_from_lt(self, other, NotImplemented=NotImplemented): argument
110 def _ge_from_le(self, other, NotImplemented=NotImplemented): argument
117 def _lt_from_le(self, other, NotImplemented=NotImplemented): argument
124 def _gt_from_le(self, other, NotImplemented=NotImplemented): argument
131 def _lt_from_gt(self, other, NotImplemented=NotImplemented): argument
138 def _ge_from_gt(self, other, NotImplemented=NotImplemented): argument
145 def _le_from_gt(self, other, NotImplemented=NotImplemented): argument
152 def _le_from_ge(self, other, NotImplemented=NotImplemented): argument
[all …]
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dmethod_result.h41 void NotImplemented() { NotImplementedInternal(); } in NotImplemented() function