Flutter Engine
The Flutter Engine
|
This is the complete list of members for fml::TimePoint, including all inherited members.
ClockSource typedef | fml::TimePoint | |
CurrentWallTime() | fml::TimePoint | static |
FromEpochDelta(TimeDelta ticks) | fml::TimePoint | inlinestatic |
FromTicks(int64_t ticks) | fml::TimePoint | inlinestatic |
Max() | fml::TimePoint | inlinestatic |
Min() | fml::TimePoint | inlinestatic |
Now() | fml::TimePoint | static |
operator!=(TimePoint other) const | fml::TimePoint | inline |
operator+(TimeDelta duration) const | fml::TimePoint | inline |
operator-(TimePoint other) const | fml::TimePoint | inline |
operator-(TimeDelta duration) const | fml::TimePoint | inline |
operator<(TimePoint other) const | fml::TimePoint | inline |
operator<=(TimePoint other) const | fml::TimePoint | inline |
operator==(TimePoint other) const | fml::TimePoint | inline |
operator>(TimePoint other) const | fml::TimePoint | inline |
operator>=(TimePoint other) const | fml::TimePoint | inline |
SetClockSource(ClockSource source) | fml::TimePoint | static |
TimePoint()=default | fml::TimePoint | |
ToEpochDelta() const | fml::TimePoint | inline |