Home
last modified time | relevance | path

Searched refs:GetRuleMemoization (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs850 public virtual int GetRuleMemoization(int ruleIndex, int ruleStartIndex) { in GetRuleMemoization() method in Antlr.Runtime.BaseRecognizer
876 int stopIndex = GetRuleMemoization(ruleIndex, input.Index); in AlreadyParsedRule()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DDbg.stg71 int stopIndex = GetRuleMemoization(ruleIndex, input.Index);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DDbg.stg70 int stopIndex = GetRuleMemoization(ruleIndex, input.Index);
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas866 function GetRuleMemoization(const RuleIndex, RuleStartIndex: Integer): Integer; in GetRuleMemoization() function
2278 function GetRuleMemoization(const RuleIndex, RuleStartIndex: Integer): Integer; virtual; in GetRuleMemoization() function
4185 StopIndex := GetRuleMemoization(RuleIndex, Input.Index);
4433 function TBaseRecognizer.GetRuleMemoization(const RuleIndex, in GetRuleMemoization() function