Searched refs:uniqueRules (Results 1 – 3 of 3) sorted by relevance
74 protected Dictionary<string, string> uniqueRules = new Dictionary<string, string>(); field in Antlr.Runtime.Debug.Profiler103 uniqueRules[ruleName] = (grammarFileName + ":" + ruleName); in EnterRule()477 stats.numUniqueRulesInvoked = uniqueRules.Count; in GetReport()
74 protected Dictionary<string, bool> uniqueRules = new Dictionary<string, bool>(); field in Antlr.Runtime.Debug.Profiler106 uniqueRules.Add(grammarFileName + ":" + ruleName, true); in EnterRule()524 stats.numUniqueRulesInvoked = uniqueRules.Count; in GetReport()
129 protected Set<String> uniqueRules = new HashSet<String>(); field in Profiler160 uniqueRules.add(grammarFileName+":"+ruleName); in enterRule()529 stats.numUniqueRulesInvoked = uniqueRules.size(); in getReport()