Searched refs:GetAllPreparedTransactions (Results 1 – 7 of 7) sorted by relevance
288 virtual void GetAllPreparedTransactions(std::vector<Transaction*>* trans) = 0;
132 void GetAllPreparedTransactions(std::vector<Transaction*>* trans) override;
589 void PessimisticTransactionDB::GetAllPreparedTransactions( in GetAllPreparedTransactions() function in ROCKSDB_NAMESPACE::PessimisticTransactionDB
381 db->GetAllPreparedTransactions(&prepared_trans); in TEST_P()
966 db->GetAllPreparedTransactions(&prepared_trans); in TEST_P()998 db->GetAllPreparedTransactions(&prepared_trans); in TEST_P()1347 db->GetAllPreparedTransactions(&prepared_trans); in TEST_P()1379 db->GetAllPreparedTransactions(&prepared_trans); in TEST_P()
294 txn_db->GetAllPreparedTransactions(&txns); in Java_org_rocksdb_TransactionDB_getAllPreparedTransactions()
2010 txn_db_->GetAllPreparedTransactions(&trans); in Open()2023 txn_db_->GetAllPreparedTransactions(&trans); in Open()