Classes | Namespaces | Functions
third_party/protobuf/src/google/protobuf/util/time_util.h File Reference
#include <cstdint>
#include <ctime>
#include <ostream>
#include <string>
#include <sys/time.h>
#include <google/protobuf/duration.pb.h>
#include <google/protobuf/timestamp.pb.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Include dependency graph for third_party/protobuf/src/google/protobuf/util/time_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  google::protobuf::util::TimeUtil
 

Namespaces

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

Functions

bool google::protobuf::operator!= (const Duration &d1, const Duration &d2)
 
bool google::protobuf::operator!= (const Timestamp &t1, const Timestamp &t2)
 
Duration google::protobuf::operator% (const Duration &d1, const Duration &d2)
 
Durationgoogle::protobuf::operator%= (Duration &d1, const Duration &d2)
 
template<typename T >
Duration google::protobuf::operator* (Duration d, T r)
 
template<typename T >
Duration google::protobuf::operator* (T r, Duration d)
 
Durationgoogle::protobuf::operator*= (Duration &d, double r)
 
Durationgoogle::protobuf::operator*= (Duration &d, int64 r)
 
template<typename T >
Durationgoogle::protobuf::operator*= (Duration &d, T r)
 
Timestamp google::protobuf::operator+ (const Duration &d, const Timestamp &t)
 
Duration google::protobuf::operator+ (const Duration &d1, const Duration &d2)
 
Timestamp google::protobuf::operator+ (const Timestamp &t, const Duration &d)
 
Durationgoogle::protobuf::operator+= (Duration &d1, const Duration &d2)
 
Timestampgoogle::protobuf::operator+= (Timestamp &t, const Duration &d)
 
Duration google::protobuf::operator- (const Duration &d)
 
Duration google::protobuf::operator- (const Duration &d1, const Duration &d2)
 
Timestamp google::protobuf::operator- (const 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)
 
template<typename T >
Duration google::protobuf::operator/ (Duration d, T r)
 
Durationgoogle::protobuf::operator/= (Duration &d, double r)
 
Durationgoogle::protobuf::operator/= (Duration &d, int64 r)
 
template<typename T >
Durationgoogle::protobuf::operator/= (Duration &d, T r)
 
bool google::protobuf::operator< (const Duration &d1, const Duration &d2)
 
bool google::protobuf::operator< (const Timestamp &t1, const Timestamp &t2)
 
std::ostream & google::protobuf::operator<< (std::ostream &out, const Duration &d)
 
std::ostream & google::protobuf::operator<< (std::ostream &out, const Timestamp &t)
 
bool google::protobuf::operator<= (const Duration &d1, const Duration &d2)
 
bool google::protobuf::operator<= (const Timestamp &t1, const Timestamp &t2)
 
bool google::protobuf::operator== (const Duration &d1, const Duration &d2)
 
bool google::protobuf::operator== (const Timestamp &t1, const Timestamp &t2)
 
bool google::protobuf::operator> (const Duration &d1, const Duration &d2)
 
bool google::protobuf::operator> (const Timestamp &t1, const Timestamp &t2)
 
bool google::protobuf::operator>= (const Duration &d1, const Duration &d2)
 
bool google::protobuf::operator>= (const Timestamp &t1, const Timestamp &t2)
 


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