Searched refs:existStatus (Results 1 – 2 of 2) sorted by relevance
75 if (keyPropRecord_[hashKey].existStatus == ExistStatus::EXIST) { in InsertCommittedData()119 if (keyPropRecord_[hashKey].existStatus == ExistStatus::NONE) { in InsertConflictedItem()185 keyPropRecord_[key].existStatus = status; in InitKeyPropRecord()
78 …ExistStatus existStatus = ExistStatus::NONE; // indicator if the key exist in db before this trans… member