Searched refs:maxRecordTimestamp_ (Results 1 – 2 of 2) sorted by relevance
230 maxRecordTimestamp_(0), in MultiVerNaturalStore()512 stamp = maxRecordTimestamp_; in GetMaxTimestamp()518 maxRecordTimestamp_ = (stamp > maxRecordTimestamp_) ? stamp : maxRecordTimestamp_; in SetMaxTimestamp()
204 mutable uint64_t maxRecordTimestamp_; variable