Searched defs:ClockReading (Results 1 – 2 of 2) sorted by relevance
25 struct ClockReading { struct26 ClockReading(uint32_t _clock_id, uint64_t _timestamp) in ClockReading() function36 using ClockSnapshotVector = std::vector<ClockReading>; argument