#include <time.h>
Classes | |
struct | Breakdown |
Public Member Functions | |
Breakdown | In (TimeZone tz) const |
Breakdown | In (TimeZone tz) const |
Time & | operator+= (Duration d) |
Time & | operator+= (Duration d) |
Time & | operator-= (Duration d) |
Time & | operator-= (Duration d) |
Time & | operator= (const Time &t)=default |
Time & | operator= (const Time &t)=default |
constexpr | Time ()=default |
constexpr | Time ()=default |
constexpr | Time (const Time &t)=default |
constexpr | Time (const Time &t)=default |
Private Member Functions | |
constexpr | Time (Duration rep) |
constexpr | Time (Duration rep) |
Private Attributes | |
Duration | rep_ |
Friends | |
template<typename H > | |
H | AbslHashValue (H h, Time t) |
template<typename H > | |
H | AbslHashValue (H h, Time t) |
constexpr friend Time | InfiniteFuture () |
constexpr friend Time | InfiniteFuture () |
constexpr friend Time | InfinitePast () |
constexpr friend Time | InfinitePast () |
Duration | operator- (Time lhs, Time rhs) |
Duration | operator- (Time lhs, Time rhs) |
constexpr friend bool | operator< (Time lhs, Time rhs) |
constexpr friend bool | operator< (Time lhs, Time rhs) |
constexpr friend bool | operator== (Time lhs, Time rhs) |
constexpr friend bool | operator== (Time lhs, Time rhs) |
constexpr friend Time | time_internal::FromUnixDuration (Duration d) |
constexpr friend Time | time_internal::FromUnixDuration (Duration d) |
constexpr friend Duration | time_internal::ToUnixDuration (Time t) |
constexpr friend Duration | time_internal::ToUnixDuration (Time t) |
constexpr friend Time | UniversalEpoch () |
constexpr friend Time | UniversalEpoch () |
Definition at line 642 of file third_party/abseil-cpp/absl/time/time.h.
|
constexprdefault |
|
inlineexplicitconstexprprivate |
Definition at line 723 of file third_party/abseil-cpp/absl/time/time.h.
|
constexprdefault |
|
inlineexplicitconstexprprivate |
Definition at line 683 of file third_party/bloaty/third_party/abseil-cpp/absl/time/time.h.
absl::Time::Breakdown absl::Time::In | ( | absl::TimeZone | tz | ) | const |
Definition at line 206 of file third_party/abseil-cpp/absl/time/time.cc.
Definition at line 622 of file third_party/bloaty/third_party/abseil-cpp/absl/time/time.h.
Definition at line 662 of file third_party/abseil-cpp/absl/time/time.h.
Definition at line 626 of file third_party/bloaty/third_party/abseil-cpp/absl/time/time.h.
Definition at line 666 of file third_party/abseil-cpp/absl/time/time.h.
Definition at line 670 of file third_party/bloaty/third_party/abseil-cpp/absl/time/time.h.
Definition at line 710 of file third_party/abseil-cpp/absl/time/time.h.
|
friend |
Definition at line 760 of file third_party/abseil-cpp/absl/time/time.h.
|
friend |
Definition at line 760 of file third_party/abseil-cpp/absl/time/time.h.
|
friend |
Definition at line 768 of file third_party/abseil-cpp/absl/time/time.h.
|
friend |
Definition at line 768 of file third_party/abseil-cpp/absl/time/time.h.
Definition at line 739 of file third_party/abseil-cpp/absl/time/time.h.
Definition at line 739 of file third_party/abseil-cpp/absl/time/time.h.
Definition at line 728 of file third_party/abseil-cpp/absl/time/time.h.
Definition at line 728 of file third_party/abseil-cpp/absl/time/time.h.
Definition at line 732 of file third_party/abseil-cpp/absl/time/time.h.
Definition at line 732 of file third_party/abseil-cpp/absl/time/time.h.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
Definition at line 750 of file third_party/abseil-cpp/absl/time/time.h.
|
friend |
Definition at line 750 of file third_party/abseil-cpp/absl/time/time.h.
|
private |
Definition at line 724 of file third_party/abseil-cpp/absl/time/time.h.