#include <google/protobuf/stubs/common.h>
#include <iosfwd>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
|
bool | google::protobuf::operator! (const uint128 &val) |
|
bool | google::protobuf::operator!= (const uint128 &lhs, const uint128 &rhs) |
|
uint128 | google::protobuf::operator% (const uint128 &lhs, const uint128 &rhs) |
|
uint128 | google::protobuf::operator* (const uint128 &lhs, const uint128 &rhs) |
|
uint128 | google::protobuf::operator+ (const uint128 &lhs, const uint128 &rhs) |
|
uint128 | google::protobuf::operator- (const uint128 &lhs, const uint128 &rhs) |
|
uint128 | google::protobuf::operator- (const uint128 &val) |
|
uint128 | google::protobuf::operator/ (const uint128 &lhs, const uint128 &rhs) |
|
uint128 | google::protobuf::operator<< (const uint128 &val, int amount) |
|
std::ostream & | google::protobuf::operator<< (std::ostream &o, const uint128 &b) |
|
bool | google::protobuf::operator== (const uint128 &lhs, const uint128 &rhs) |
|
uint128 | google::protobuf::operator>> (const uint128 &val, int amount) |
|
uint128 | google::protobuf::operator~ (const uint128 &val) |
|
uint64 | google::protobuf::Uint128High64 (const uint128 &v) |
|
uint64 | google::protobuf::Uint128Low64 (const uint128 &v) |
|
◆ CMP128
Value:inline bool operator op(const uint128& lhs, const uint128& rhs) { \
}
Definition at line 169 of file int128.h.
◆ LOGIC128
Value:inline uint128 operator op(const uint128& lhs, const uint128& rhs) { \
}
Definition at line 205 of file int128.h.
◆ LOGICASSIGN128
#define LOGICASSIGN128 |
( |
|
op | ) |
|
Value:inline uint128& uint128::operator op(const uint128& other) { \
hi_ op other.hi_; \
lo_ op other.lo_; \
return *this; \
}
Definition at line 217 of file int128.h.
◆ UINT128_CONSTEXPR
#define UINT128_CONSTEXPR |