Searched defs:Rollback (Results 1 - 6 of 6) sorted by relevance

/external/chromium/app/sql/
H A Dtransaction.cc31 void Transaction::Rollback() { function in class:sql::Transaction
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs207 public virtual void Rollback(int instructionIndex) { method in class:Antlr.Runtime.TokenRewriteStream
208 Rollback(DEFAULT_PROGRAM_NAME, instructionIndex);
212 * Rollback the instruction stream for a program so that
217 public virtual void Rollback(string programName, int instructionIndex) { method in class:Antlr.Runtime.TokenRewriteStream
234 Rollback(programName, MIN_TOKEN_INDEX);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs233 public virtual void Rollback( int instructionIndex ) method in class:Antlr.Runtime.TokenRewriteStream
235 Rollback( DEFAULT_PROGRAM_NAME, instructionIndex );
239 * Rollback the instruction stream for a program so that
244 public virtual void Rollback( string programName, int instructionIndex ) method in class:Antlr.Runtime.TokenRewriteStream
265 Rollback( programName, MIN_TOKEN_INDEX );
/external/chromium/chrome/common/
H A Dsqlite_utils.h53 // goes out of scope if the caller has not already called Commit or Rollback.
85 int Rollback() { function in class:SQLTransaction
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1273 procedure Rollback(const InstructionIndex: Integer); overload;
1275 /// <summary>Rollback the instruction stream for a program so that
1279 procedure Rollback(const ProgramName: String;
2666 procedure Rollback(const InstructionIndex: Integer); overload; virtual;
2667 procedure Rollback(const ProgramName: String;
5847 Rollback(ProgramName, MIN_TOKEN_INDEX);
6126 procedure TTokenRewriteStream.Rollback(const InstructionIndex: Integer);
6128 Rollback(DEFAULT_PROGRAM_NAME, InstructionIndex);
6131 procedure TTokenRewriteStream.Rollback(const ProgramName: String;
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc312 // Checkpoint the state of the tables. Future calls to Rollback() will
316 // Checkpoint() before it starts building and Rollback() if it encounters
322 void Rollback();
513 void DescriptorPool::Tables::Rollback() { function in class:google::protobuf::DescriptorPool::Tables
2771 tables_->Rollback();
2853 tables_->Rollback();

Completed in 281 milliseconds