Home
last modified time | relevance | path

Searched refs:TYPE_CHECKER (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dinstance-type-inl.h105 #define TYPE_CHECKER(type, ...) \ macro
125 INSTANCE_TYPE_CHECKERS(TYPE_CHECKER)
126 #undef TYPE_CHECKER macro
/third_party/python/Lib/test/
H A Dtest_optparse.py467 TYPE_CHECKER = copy.copy(Option.TYPE_CHECKER) variable in DurationOption
468 TYPE_CHECKER['duration'] = _check_duration
1039 TYPE_CHECKER = copy.copy(Option.TYPE_CHECKER) variable in TestExtendAddTypes.MyOption
1040 TYPE_CHECKER["file"] = check_file
/third_party/python/Lib/
H A Doptparse.py543 TYPE_CHECKER = { "int" : check_builtin, variable in Option
762 checker = self.TYPE_CHECKER.get(self.type)

Completed in 6 milliseconds