Searched defs:Interval (Results 1 – 5 of 5) sorted by relevance
50 pub fn interval(period: Duration) -> Interval { in interval()58 pub struct Interval { struct62 impl Interval { impl
169 struct Interval { struct174 Interval(uint32_t device_index, uint64_t start, uint64_t end) in Interval() argument180 bool operator<(const Interval& other) const { argument
35 using Interval = android::fs_mgr::Interval; member
316 uint16_t Interval() const { return interval_; } in Interval() function
893 TEST_F(BuilderTest, Interval) { in TEST_F() argument