#include <google/protobuf/util/time_util.h>
#include <cstdint>
#include <google/protobuf/stubs/stringprintf.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/duration.pb.h>
#include <google/protobuf/timestamp.pb.h>
#include <google/protobuf/stubs/int128.h>
#include <google/protobuf/stubs/time.h>
#include <google/protobuf/port_def.inc>
Go to the source code of this file.
|
Duration & | google::protobuf::operator%= (Duration &d1, const Duration &d2) |
|
Duration & | google::protobuf::operator*= (Duration &d, double r) |
|
Duration & | google::protobuf::operator*= (Duration &d, int64 r) |
|
Duration & | google::protobuf::operator+= (Duration &d1, const Duration &d2) |
|
Timestamp & | google::protobuf::operator+= (Timestamp &t, const Duration &d) |
|
Duration | google::protobuf::operator- (const Timestamp &t1, const Timestamp &t2) |
|
Duration & | google::protobuf::operator-= (Duration &d1, const Duration &d2) |
|
Timestamp & | google::protobuf::operator-= (Timestamp &t, const Duration &d) |
|
int64 | google::protobuf::operator/ (const Duration &d1, const Duration &d2) |
|
Duration & | google::protobuf::operator/= (Duration &d, double r) |
|
Duration & | google::protobuf::operator/= (Duration &d, int64 r) |
|
static int64_t | google::protobuf::util::Pow (int64_t x, int y) |
|