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

  /external/chromium/app/sql/
transaction.cc 31 void Transaction::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.h 53 // goes out of scope if the caller has not already called Commit or Rollback.
85 int Rollback() {
86 return EndCommand("ROLLBACK");
  /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 290 milliseconds