Searched refs:savepoint_iter (Results 1 – 1 of 1) sorted by relevance
743 auto savepoint_iter = cf_savepoint_keys.find(key_str); in UndoGetForUpdate() local744 if (savepoint_iter != cf_savepoint_keys.end()) { in UndoGetForUpdate()745 if (savepoint_iter->second.num_reads > 0) { in UndoGetForUpdate()746 savepoint_iter->second.num_reads--; in UndoGetForUpdate()749 if (savepoint_iter->second.num_reads == 0 && in UndoGetForUpdate()750 savepoint_iter->second.num_writes == 0) { in UndoGetForUpdate()752 cf_savepoint_keys.erase(savepoint_iter); in UndoGetForUpdate()