Searched defs:TimeInterval (Results 1 – 2 of 2) sorted by relevance
229 struct TimeInterval { struct230 explicit TimeInterval(SnapshotObjectId id) in TimeInterval() argument232 SnapshotObjectId last_assigned_id() const { return id - kObjectIdStep; } in last_assigned_id()256 const std::vector<TimeInterval>& samples() const { return time_intervals_; } in samples() argument
71 auto TimeInterval = sys::TimeValue(sys::TimeValue::SecondsType(Interval)); in prune() local