Searched refs:ClockValue (Results 1 – 3 of 3) sorted by relevance
141 struct ClockValue { struct142 ClockValue(ClockId id, int64_t ts) : clock_id(id), absolute_timestamp(ts) {} in ClockValue() argument143 ClockValue(ClockId id, int64_t ts, int64_t unit, bool incremental) in ClockValue() argument158 uint32_t AddSnapshot(const std::vector<ClockValue>&); argument
44 uint32_t ClockTracker::AddSnapshot(const std::vector<ClockValue>& clocks) { in AddSnapshot()
356 std::vector<ClockTracker::ClockValue> clocks; in ParseClockSnapshot()