#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
◆ LOGIC128
◆ LOGICASSIGN128
#define LOGICASSIGN128 |
( |
|
op | ) |
|
◆ UINT128_CONSTEXPR
#define UINT128_CONSTEXPR |