Home
last modified time | relevance | path

Searched refs:GetRuleMemoization (Results 1 – 5 of 5) 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/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs960 public virtual int GetRuleMemoization( int ruleIndex, int ruleStartIndex ) in GetRuleMemoization() method in Antlr.Runtime.BaseRecognizer
989 int stopIndex = GetRuleMemoization( ruleIndex, input.Index ); in AlreadyParsedRule()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DDbg.stg70 int stopIndex = GetRuleMemoization(ruleIndex, input.Index);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DDbg.stg71 int stopIndex = GetRuleMemoization(ruleIndex, input.Index);
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas866 function GetRuleMemoization(const RuleIndex, RuleStartIndex: Integer): Integer;
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