Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dfunctools.py91 def _gt_from_lt(self, other, NotImplemented=NotImplemented): argument
98 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
143 def _le_from_gt(self, other, NotImplemented=NotImplemented): argument
150 def _le_from_ge(self, other, NotImplemented=NotImplemented): argument
[all …]
/external/libchrome/mojo/public/c/system/
Dthunks.cc38 MojoResult NotImplemented(const char* name) { in NotImplemented() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1381 TEST_F(GeneratedServiceTest, NotImplemented) { in TEST_F() argument