Home
last modified time | relevance | path

Searched refs:localMemory (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammarHelper.cs48 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(… field in Antlr3.Runtime.Test.BuildOptions.ProfileTreeGrammar
73 localMemory[function.GetChild(1).Text] = paramValue; in ProfileTreeGrammar()
106 if (localMemory.TryGetValue(name, out value) && value != null) in getValue()
DDebugTreeGrammarHelper.cs48 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(… field in Antlr3.Runtime.Test.BuildOptions.DebugTreeGrammar
73 localMemory[function.GetChild(1).Text] = paramValue; in DebugTreeGrammar()
106 if (localMemory.TryGetValue(name, out value) && value != null) in getValue()