HomeSort by relevance Sort by last modified time
    Searched refs:Rollback (Results 1 - 10 of 10) sorted by null

  /external/chromium/app/sql/
transaction.h 37 void Rollback();
42 // rollback of all transactions in that outermost one).
transaction.cc 31 void Transaction::Rollback() {
transaction_unittest.cc 59 TEST_F(SQLTransactionTest, Rollback) {
60 // Test some basic initialization, and that rollback runs when you exit the
74 // Test explicit rollback.
80 t2.Rollback();
118 inner2.Rollback();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 207 public virtual void Rollback(int instructionIndex) {
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) {
234 Rollback(programName, MIN_TOKEN_INDEX);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 233 public virtual void Rollback( int instructionIndex )
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 )
265 Rollback( programName, MIN_TOKEN_INDEX );
  /external/chromium/chrome/common/
sqlite_utils.cc 172 Rollback();
215 Rollback();
252 sqlite3_exec(db_, "ROLLBACK", NULL, NULL, NULL);
253 began_ = false; // reset so we don't try to rollback or call
260 if (strcmp(command, "ROLLBACK") == 0) {
273 if (strcmp(command, "ROLLBACK") == 0) {
sqlite_utils.h 53 // goes out of scope if the caller has not already called Commit or Rollback.
85 int Rollback() {
86 return EndCommand("ROLLBACK");
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 501 transaction.Rollback();
516 transaction.Rollback();
529 transaction.Rollback();
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 312 // 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() {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 425 milliseconds