Home
last modified time | relevance | path

Searched defs:Rollback (Results 1 – 11 of 11) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/
Dexception_guard.odr.sh.cpp25 struct Rollback { struct
34 assert(std::strcmp(typeid(std::__exception_guard<Rollback>).name(), func()) != 0); in main() argument
Dexception_guard.pass.cpp72 struct Rollback { void operator()() const { } }; in test() struct
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Duploader.py78 def Rollback(self): member in CloudStorageUploader
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs207 public virtual void Rollback(int instructionIndex) { in Rollback() method in Antlr.Runtime.TokenRewriteStream
217 public virtual void Rollback(string programName, int instructionIndex) { in Rollback() method in Antlr.Runtime.TokenRewriteStream
/external/webrtc/pc/
Djsep_transport_collection.cc128 void BundleManager::Rollback() { in Rollback() function in webrtc::BundleManager
Dsdp_offer_answer.cc2962 RTCError SdpOfferAnswerHandler::Rollback(SdpType desc_type) { in Rollback() function in webrtc::SdpOfferAnswerHandler
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp446 bool Rollback = true; in combineDPPMov() local
/external/rust/crates/rusqlite/src/
Dtransaction.rs25 Rollback, enumerator
Dhooks.rs306 Rollback, enumerator
/external/webrtc/pc/test/
Dintegration_test_helpers.h644 bool Rollback() { in Rollback() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas6126 procedure TTokenRewriteStream.Rollback(const InstructionIndex: Integer); procedure
6131 procedure TTokenRewriteStream.Rollback(const ProgramName: String; procedure