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

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammarHelper.cs 46 private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>();
71 localMemory[function.GetChild( 1 ).Text] = paramValue;
104 if ( localMemory.TryGetValue( name, out value ) && value != null )
ProfileTreeGrammarHelper.cs 46 private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>();
71 localMemory[function.GetChild( 1 ).Text] = paramValue;
104 if ( localMemory.TryGetValue( name, out value ) && value != null )

Completed in 64 milliseconds