Searched refs:configLookup (Results 1 – 6 of 6) sorted by relevance
41 public $configLookup; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet98 $this->configLookup = new Set(new class implements Equivalence {141 if ($this->readOnly || $this->configLookup === null) {153 if ($this->configLookup === null) {158 $existing = $this->configLookup->getOrAdd($config);257 if ($this->readOnly || $this->configLookup === null) {261 if ($this->configLookup->isEmpty()) {325 if ($this->configLookup === null) {329 return $this->configLookup->contains($item);350 $this->configLookup = new Set();[all …]
15 $this->configLookup = new Set();
23 $configLookup = array(27 if (!isset($configLookup[$name])) {35 $this->name = $configLookup[$name];
313 var configLookup = {}317 applyDefaultsAndAliases(configLookup, aliases, defaults)320 var configPath = argv[configKey] || configLookup[configKey]
601 const configLookup = Object.create(null);604 applyDefaultsAndAliases(configLookup, flags.aliases, defaults);606 const configPath = argv[configKey] || configLookup[configKey];
618 const configLookup = Object.create(null);619 applyDefaultsAndAliases(configLookup, flags.aliases, defaults);621 const configPath = argv[configKey] || configLookup[configKey];