Searched refs:txn_it (Results 1 – 1 of 1) sorted by relevance
599 auto txn_it = std::find(txns.begin(), txns.end(), txn_id); in UnLockKey() local601 if (txn_it != txns.end()) { in UnLockKey()606 if (txn_it != last_it) { in UnLockKey()607 *txn_it = *last_it; in UnLockKey()