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

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammarHelper.cs49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>(); field in class:DebugTreeGrammar
65 IDictionary<string, BigInteger> globalMemory,
70 this.globalMemory = globalMemory;
108 if ( globalMemory.TryGetValue( name, out value ) && value != null )
63 DebugTreeGrammar( CommonTree function, List<CommonTree> functionDefinitions, IDictionary<string, BigInteger> globalMemory, BigInteger paramValue ) argument
H A DProfileTreeGrammarHelper.cs49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>(); field in class:ProfileTreeGrammar
65 IDictionary<string, BigInteger> globalMemory,
70 this.globalMemory = globalMemory;
108 if ( globalMemory.TryGetValue( name, out value ) && value != null )
63 ProfileTreeGrammar( CommonTree function, List<CommonTree> functionDefinitions, IDictionary<string, BigInteger> globalMemory, BigInteger paramValue ) argument

Completed in 119 milliseconds