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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
resapi.h 178 DWORD CheckPoint;
204 DWORD CheckPoint;
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 409 // checkpoint in the stack during dependency building.
418 // checkpoint.
421 // Mark the last checkpoint as having cleared successfully, removing it from
425 // checkpoint won't be rolled back: if a checkpoint gets rolled back,
430 // Roll back the Tables to the state of the checkpoint at the top of the
524 struct CheckPoint {
525 explicit CheckPoint(const Tables* tables)
545 vector<CheckPoint> checkpoints_;
703 checkpoints_.push_back(CheckPoint(this))
720 const CheckPoint& checkpoint = checkpoints_.back(); local
    [all...]

Completed in 143 milliseconds