Searched refs:cumulatedDeleteList_ (Results 1 – 2 of 2) sorted by relevance
38 cumulatedDeleteList_.push_back(entry); in OnChange()71 cumulatedDeleteList_ = other.cumulatedDeleteList_; in KvStoreObserverImpl()85 cumulatedDeleteList_ = other.cumulatedDeleteList_; in operator =()158 if (countExpect == 0 || cumulatedDeleteList_.size() >= countExpect) { in WaitUntilReachRecordCount()164 this->cumulatedDeleteList_.size(), countExpect); in WaitUntilReachRecordCount()165 return this->cumulatedDeleteList_.size() >= countExpect; in WaitUntilReachRecordCount()195 cumulatedDeleteList_.clear(); in Clear()220 return cumulatedDeleteList_; in GetCumulatedDeleteList()
81 std::list<DistributedDB::Entry> cumulatedDeleteList_ = {}; variable