#include <time.h>
|
constexpr | Duration (int64_t hi, uint32_t lo) |
|
Definition at line 150 of file time.h.
◆ Duration() [1/3]
constexpr absl::Duration::Duration |
( |
| ) |
|
|
inline |
◆ Duration() [2/3]
constexpr absl::Duration::Duration |
( |
const Duration & |
d | ) |
|
|
default |
◆ Duration() [3/3]
constexpr absl::Duration::Duration |
( |
int64_t |
hi, |
|
|
uint32_t |
lo |
|
) |
| |
|
inlineprivate |
◆ operator%=()
◆ operator*=() [1/4]
Duration & absl::Duration::operator*= |
( |
int64_t |
r | ) |
|
◆ operator*=() [2/4]
Duration & absl::Duration::operator*= |
( |
double |
r | ) |
|
◆ operator*=() [3/4]
template<typename T >
Duration& absl::Duration::operator*= |
( |
T |
r | ) |
|
|
inline |
◆ operator*=() [4/4]
Duration& absl::Duration::operator*= |
( |
float |
r | ) |
|
|
inline |
◆ operator+=()
◆ operator-=()
◆ operator/=() [1/4]
Duration & absl::Duration::operator/= |
( |
int64_t |
r | ) |
|
◆ operator/=() [2/4]
Duration & absl::Duration::operator/= |
( |
double |
r | ) |
|
◆ operator/=() [3/4]
template<typename T >
Duration& absl::Duration::operator/= |
( |
T |
r | ) |
|
|
inline |
◆ operator/=() [4/4]
Duration& absl::Duration::operator/= |
( |
float |
r | ) |
|
|
inline |
◆ operator=()
◆ AbslHashValue
◆ time_internal::GetRepHi
◆ time_internal::GetRepLo
◆ time_internal::MakeDuration
◆ rep_hi_
int64_t absl::Duration::rep_hi_ |
|
private |
◆ rep_lo_
uint32_t absl::Duration::rep_lo_ |
|
private |
The documentation for this class was generated from the following files: