Home
last modified time | relevance | path

Searched defs:globalMemory (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammarHelper.cs51 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>(); field in Antlr3.Runtime.Test.BuildOptions.ProfileTreeGrammar
67 IDictionary<string, BigInteger> globalMemory, in ProfileTreeGrammar()
DDebugTreeGrammarHelper.cs51 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>(); field in Antlr3.Runtime.Test.BuildOptions.DebugTreeGrammar
67 IDictionary<string, BigInteger> globalMemory, in DebugTreeGrammar()