Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs334 stats.numReportedErrors++; in RecognitionException()
585 buf.Append(stats.numReportedErrors); in ToString()
698 public int numReportedErrors; field in Antlr.Runtime.Debug.Profiler.ProfileStats
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs368 stats.numReportedErrors++; in RecognitionException()
636 buf.Append(stats.numReportedErrors); in ToString()
760 public int numReportedErrors; field in Antlr.Runtime.Debug.Profiler.ProfileStats
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DProfiler.java78 public int numReportedErrors; field in Profiler.ProfileStats
387 stats.numReportedErrors++; in recognitionException()
660 buf.append(stats.numReportedErrors); in toString()