Home
last modified time | relevance | path

Searched refs:numGuessingRuleInvocations (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs135 stats.numGuessingRuleInvocations++; // we'll have to enter in ExamineRuleMemoization()
561 buf.Append(stats.numGuessingRuleInvocations); in ToString()
763 public int numGuessingRuleInvocations; field in Antlr.Runtime.Debug.Profiler.ProfileStats
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs129 stats.numGuessingRuleInvocations++; // we'll have to enter in ExamineRuleMemoization()
510 buf.Append(stats.numGuessingRuleInvocations); in ToString()
701 public int numGuessingRuleInvocations; field in Antlr.Runtime.Debug.Profiler.ProfileStats
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DProfiler.java81 public int numGuessingRuleInvocations; field in Profiler.ProfileStats
187 stats.numGuessingRuleInvocations++; // we'll have to enter in examineRuleMemoization()
569 buf.append(stats.numGuessingRuleInvocations); in toString()