Searched refs:IsRecordCleared (Results 1 – 3 of 3) sorted by relevance
44 virtual bool IsRecordCleared(const Timestamp timestamp) const = 0;
89 bool IsRecordCleared(const Timestamp timestamp) const override;
1356 bool SQLiteMultiVerTransaction::IsRecordCleared(const Timestamp timestamp) const in IsRecordCleared() function in DistributedDB::SQLiteMultiVerTransaction1432 if (IsRecordCleared(timestamp)) { in CheckIfNeedSaveRecord()