Searched refs:configLookup (Results 1 – 2 of 2) 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();