Searched refs:GetRuleMemoization (Results 1 – 5 of 5) sorted by relevance
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BaseRecognizer.cs | 850 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/ |
D | BaseRecognizer.cs | 960 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/ |
D | Dbg.stg | 70 int stopIndex = GetRuleMemoization(ruleIndex, input.Index);
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | Dbg.stg | 71 int stopIndex = GetRuleMemoization(ruleIndex, input.Index);
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 866 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
|