Searched defs:TimeInterval (Results 1 – 2 of 2) sorted by relevance
208 struct TimeInterval { struct209 explicit TimeInterval(SnapshotObjectId id) in TimeInterval() argument211 SnapshotObjectId last_assigned_id() const { return id - kObjectIdStep; } in last_assigned_id()235 const List<TimeInterval>& samples() const { return time_intervals_; } in samples() argument
71 auto TimeInterval = sys::TimeValue(sys::TimeValue::SecondsType(Interval)); in prune() local