Home
last modified time | relevance | path

Searched refs:Rollback (Results 1 – 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs207 public virtual void Rollback(int instructionIndex) { in Rollback() method in Antlr.Runtime.TokenRewriteStream
208 Rollback(DEFAULT_PROGRAM_NAME, instructionIndex); in Rollback()
217 public virtual void Rollback(string programName, int instructionIndex) { in Rollback() method in Antlr.Runtime.TokenRewriteStream
234 Rollback(programName, MIN_TOKEN_INDEX); in DeleteProgram()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs233 public virtual void Rollback( int instructionIndex ) in Rollback() method in Antlr.Runtime.TokenRewriteStream
235 Rollback( DEFAULT_PROGRAM_NAME, instructionIndex ); in Rollback()
244 public virtual void Rollback( string programName, int instructionIndex ) in Rollback() method in Antlr.Runtime.TokenRewriteStream
265 Rollback( programName, MIN_TOKEN_INDEX ); in DeleteProgram()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1273 procedure Rollback(const InstructionIndex: Integer); overload; procedure
1279 procedure Rollback(const ProgramName: String; procedure
2666 procedure Rollback(const InstructionIndex: Integer); overload; virtual; procedure
2667 procedure Rollback(const ProgramName: String; procedure
5847 Rollback(ProgramName, MIN_TOKEN_INDEX);
6126 procedure TTokenRewriteStream.Rollback(const InstructionIndex: Integer); procedure
6128 Rollback(DEFAULT_PROGRAM_NAME, InstructionIndex);
6131 procedure TTokenRewriteStream.Rollback(const ProgramName: String; procedure
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as101 /** Rollback the instruction stream for a program so that
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTokenRewriteStream.m250 /** Rollback the instruction stream for a program so that
/external/v8/
DChangeLog542 Rollback to r22134.