Searched defs:ClockTimestamp (Results 1 – 1 of 1) sorted by relevance
134 struct ClockTimestamp { struct135 ClockTimestamp(ClockId id, int64_t ts) : clock(id), timestamp(ts) {} in ClockTimestamp() function136 ClockTimestamp(ClockId id, int64_t ts, int64_t unit, bool incremental) in ClockTimestamp() argument160 base::StatusOr<uint32_t> AddSnapshot(const std::vector<ClockTimestamp>&); argument