HomeSort by relevance Sort by last modified time
    Searched defs:globalMemory (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammarHelper.cs 49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
65 IDictionary<string, BigInteger> globalMemory,
70 this.globalMemory = globalMemory;
108 if ( globalMemory.TryGetValue( name, out value ) && value != null )
ProfileTreeGrammarHelper.cs 49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
65 IDictionary<string, BigInteger> globalMemory,
70 this.globalMemory = globalMemory;
108 if ( globalMemory.TryGetValue( name, out value ) && value != null )

Completed in 2586 milliseconds