Searched defs:Interval (Results 1 – 3 of 3) sorted by relevance
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
898 TEST_F(BuilderTest, Interval) { in TEST_F() argument