Home
last modified time | relevance | path

Searched defs:rollback (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/log/src/
Donce_block.cpp89 BOOST_LOG_API void once_block_sentry::rollback() BOOST_NOEXCEPT in rollback() function in boost::aux::once_block_sentry
375 BOOST_LOG_API void once_block_sentry::rollback() BOOST_NOEXCEPT in rollback() function in boost::aux::once_block_sentry
448 BOOST_LOG_API void once_block_sentry::rollback() BOOST_NOEXCEPT in rollback() function in boost::aux::once_block_sentry
/third_party/boost/boost/interprocess/sync/
Dinterprocess_upgradable_mutex.hpp305 exclusive_rollback rollback(this->m_ctrl, this->m_first_gate); in lock() local
352 exclusive_rollback rollback(this->m_ctrl, this->m_first_gate); in timed_lock() local
582 upgradable_to_exclusive_rollback rollback(m_ctrl); in unlock_upgradable_and_lock() local
621 upgradable_to_exclusive_rollback rollback(m_ctrl); in timed_unlock_upgradable_and_lock() local
Dinterprocess_sharable_mutex.hpp193 exclusive_rollback rollback(this->m_ctrl, this->m_first_gate); in lock() local
240 exclusive_rollback rollback(this->m_ctrl, this->m_first_gate); in timed_lock() local
/third_party/typescript/tests/cases/conformance/salsa/
DprototypePropertyAssignmentMergeWithInterfaceMethod.ts12 rollback(): Promise<void> method
/third_party/selinux/libselinux/utils/
Dtogglesebool.c13 static __attribute__ ((__noreturn__)) void rollback(int argc, char **argv) in rollback() function
/third_party/boost/boost/container/detail/
Dallocator_version_traits.hpp127 allocate_individual_rollback rollback(a, m); in allocate_individual() local
/third_party/selinux/libselinux/src/
Dbooleans.c327 static void rollback(SELboolean * boollist, int end) in rollback() function
/third_party/node/deps/npm/lib/config/
Ddefaults.js212 rollback: true, property
348 rollback: Boolean, property
/third_party/boost/boost/intrusive/
Dlist.hpp779 rollback(*this, disposer); in clone_from() local
806 rollback(*this, disposer); in clone_from() local
Dslist.hpp772 rollback(*this, disposer); in clone_from() local
800 rollback(*this, disposer); in clone_from() local
Dbstree.hpp1004 rollback(*this, disposer); in clone_from() local
1039 rollback(*this, disposer); in clone_from() local
Dhashtable.hpp2997 detail::incremental_rehash_rollback<bucket_type, split_traits> rollback in incremental_rehash() local
3281 detail::exception_disposer<hashtable_impl, Disposer> rollback(*this, disposer); in priv_clone_from() local
3331 rollback(dst_buckets[0], node_disp, constructed); in priv_structural_clone_from() local
Dbstree_algorithms.hpp1954 dispose_subtree_disposer<Disposer> rollback(disposer, target_sub_root); in clone_subtree() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliterator.java1028 boolean rollback) { in filteredTransliterate()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_distributedData.js443 this.rollback = function (...args) { method
/third_party/boost/boost/container/
Dstable_vector.hpp1640 insert_rollback rollback(*this, it_past_newly_constructed, it_past_new); in insert() local
1896 push_back_rollback rollback(*this, p); in priv_push_back() local
/third_party/node/deps/npm/docs/content/using-npm/
Dconfig.md925 #### rollback subsubsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2838 void TypePromotionTransaction::rollback( in rollback() function in TypePromotionTransaction