Project import generated by Copybara.

GitOrigin-RevId: 43cd697ec87dcc5cab5051f27960bb77a057399d
This commit is contained in:
MediaPipe Team
2020-03-20 15:28:51 -07:00
committed by jqtang
parent 3b6d3c4058
commit 1722d4b8a2
71 changed files with 6114 additions and 626 deletions
+6
View File
@@ -247,6 +247,12 @@ class TimestampDiff {
TimestampDiff operator-(const TimestampDiff other) const;
Timestamp operator+(const Timestamp other) const;
// Special values.
static TimestampDiff Unset() {
return TimestampDiff(Timestamp::Unset().Value());
}
private:
TimestampBaseType timestamp_;
};