Searched defs:globalMemory (Results 1 – 2 of 2) sorted by relevance
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ | ||
D | ProfileTreeGrammarHelper.cs | 51 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>(); field in Antlr3.Runtime.Test.BuildOptions.ProfileTreeGrammar |
D | DebugTreeGrammarHelper.cs | 51 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>(); field in Antlr3.Runtime.Test.BuildOptions.DebugTreeGrammar |