Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
DTestFastLexer.cs55 IterateFast( text, iterations ); in TestBasicFastLexer()
59 var timeFast = IterateFast( text, iterations ); in TestBasicFastLexer()
79 TimeSpan IterateFast( string text, int count ) in IterateFast() method in Antlr3.Runtime.Test.TestFastLexer