Namespaces | Functions
third_party/protobuf/src/google/protobuf/util/time_util.cc File Reference
#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>
Include dependency graph for third_party/protobuf/src/google/protobuf/util/time_util.cc:

Go to the source code of this file.

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::util
 

Functions

Durationgoogle::protobuf::operator%= (Duration &d1, const Duration &d2)
 
Durationgoogle::protobuf::operator*= (Duration &d, double r)
 
Durationgoogle::protobuf::operator*= (Duration &d, int64 r)
 
Durationgoogle::protobuf::operator+= (Duration &d1, const Duration &d2)
 
Timestampgoogle::protobuf::operator+= (Timestamp &t, const Duration &d)
 
Duration google::protobuf::operator- (const Timestamp &t1, const Timestamp &t2)
 
Durationgoogle::protobuf::operator-= (Duration &d1, const Duration &d2)
 
Timestampgoogle::protobuf::operator-= (Timestamp &t, const Duration &d)
 
int64 google::protobuf::operator/ (const Duration &d1, const Duration &d2)
 
Durationgoogle::protobuf::operator/= (Duration &d, double r)
 
Durationgoogle::protobuf::operator/= (Duration &d, int64 r)
 
static int64_t google::protobuf::util::Pow (int64_t x, int y)
 


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:34