Go to the source code of this file.
|
int64_t | grpc_core::time_detail::MillisAdd (int64_t a, int64_t b) |
|
constexpr int64_t | grpc_core::time_detail::MillisMul (int64_t millis, int64_t mul) |
|
Duration | grpc_core::operator* (double lhs, Duration rhs) |
|
Duration | grpc_core::operator* (Duration lhs, double rhs) |
|
Duration | grpc_core::operator+ (Duration lhs, Duration rhs) |
|
Timestamp | grpc_core::operator+ (Duration lhs, Timestamp rhs) |
|
Timestamp | grpc_core::operator+ (Timestamp lhs, Duration rhs) |
|
Duration | grpc_core::operator- (Duration lhs, Duration rhs) |
|
Timestamp | grpc_core::operator- (Timestamp lhs, Duration rhs) |
|
Duration | grpc_core::operator- (Timestamp lhs, Timestamp rhs) |
|
Duration | grpc_core::operator/ (Duration lhs, int64_t rhs) |
|
std::ostream & | grpc_core::operator<< (std::ostream &out, Duration duration) |
|
std::ostream & | grpc_core::operator<< (std::ostream &out, Timestamp timestamp) |
|
void | grpc_core::TestOnlySetProcessEpoch (gpr_timespec epoch) |
|