Searched defs:ClockValue (Results 1 – 1 of 1) sorted by relevance
141 struct ClockValue { struct142 ClockValue(ClockId id, int64_t ts) : clock_id(id), absolute_timestamp(ts) {} in ClockValue() function143 ClockValue(ClockId id, int64_t ts, int64_t unit, bool incremental) in ClockValue() function158 uint32_t AddSnapshot(const std::vector<ClockValue>&); argument