Searched refs:DISALLOW (Results 1 – 8 of 8) sorted by relevance
21 DISALLOW = '-' variable in Rule57 super(MessageRule, self).__init__(Rule.DISALLOW, '', '', '')72 if not rule_string[0] in [Rule.ALLOW, Rule.DISALLOW, Rule.TEMP_ALLOW]:
178 ((dst, Rule.DISALLOW) not in deps_graph[src]):192 if allow == Rule.DISALLOW and self.hide_disallowed_deps:
78 if (rule.allow == Rule.DISALLOW or
85 if (rule.allow == Rule.DISALLOW or
160 if (rule.allow == Rule.DISALLOW or
230 if rule_type == Rule.DISALLOW:
370 …ps://github.com/nodejs/node/commit/51b8a891d8)] - **src**: inline macro DISALLOW\_COPY\_AND\_ASSIG…
2319 …ub.com/nodejs/node/commit/f2dfebb7b4)] - **util**: update definition of DISALLOW\_COPY\_AND\_ASSIG…