webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
time_util.cc File Reference
#include <google/protobuf/util/time_util.h>
#include <google/protobuf/stubs/time.h>
#include <google/protobuf/stubs/int128.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/stringprintf.h>
#include <google/protobuf/duration.pb.h>
#include <google/protobuf/timestamp.pb.h>

Namespaces

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

Functions

Duration & google::protobuf::operator+= (Duration &d1, const Duration &d2)
 
Duration & google::protobuf::operator-= (Duration &d1, const Duration &d2)
 
Duration & google::protobuf::operator*= (Duration &d, int64 r)
 
Duration & google::protobuf::operator*= (Duration &d, double r)
 
Duration & google::protobuf::operator/= (Duration &d, int64 r)
 
Duration & google::protobuf::operator/= (Duration &d, double r)
 
Duration & google::protobuf::operator%= (Duration &d1, const Duration &d2)
 
int64 google::protobuf::operator/ (const Duration &d1, const Duration &d2)
 
Timestamp & google::protobuf::operator+= (Timestamp &t, const Duration &d)
 
Timestamp & google::protobuf::operator-= (Timestamp &t, const Duration &d)
 
Duration google::protobuf::operator- (const Timestamp &t1, const Timestamp &t2)