HomeSort by relevance Sort by last modified time
    Searched refs:globalMemory (Results 1 - 6 of 6) 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 )
DebugTreeGrammar.g3 59 | ^('=' ID expr) { globalMemory[$ID.text] = $expr.value; }
83 DebugTreeGrammar e = new DebugTreeGrammar(funcRoot, functionDefinitions, globalMemory, p);
ProfileTreeGrammar.g3 59 | ^('=' ID expr) { globalMemory[$ID.text] = $expr.value; }
83 ProfileTreeGrammar e = new ProfileTreeGrammar(funcRoot, functionDefinitions, globalMemory, p);
DebugTreeGrammar.cs 311 globalMemory[(ID2!=null?ID2.Text:null)] = expr3;
777 DebugTreeGrammar e = new DebugTreeGrammar(funcRoot, functionDefinitions, globalMemory, p);
ProfileTreeGrammar.cs 316 globalMemory[(ID2!=null?ID2.Text:null)] = expr3;
782 ProfileTreeGrammar e = new ProfileTreeGrammar(funcRoot, functionDefinitions, globalMemory, p);

Completed in 713 milliseconds