|
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) |
|
Duration & | google::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) |
|
Duration & | google::protobuf::operator*= (Duration &d, double r) |
|
Duration & | google::protobuf::operator*= (Duration &d, int64 r) |
|
template<typename T > |
Duration & | google::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) |
|
Duration & | google::protobuf::operator+= (Duration &d1, const Duration &d2) |
|
Timestamp & | google::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) |
|
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) |
|
template<typename T > |
Duration | google::protobuf::operator/ (Duration d, T r) |
|
Duration & | google::protobuf::operator/= (Duration &d, double r) |
|
Duration & | google::protobuf::operator/= (Duration &d, int64 r) |
|
template<typename T > |
Duration & | google::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) |
|