#include <int128.h>
◆ uint128() [1/20]
◆ uint128() [2/20]
◆ uint128() [3/20]
◆ uint128() [4/20]
◆ uint128() [5/20]
◆ uint128() [6/20]
◆ uint128() [7/20]
google::protobuf::uint128::uint128 |
( |
uint8 |
| ) |
|
|
private |
◆ uint128() [8/20]
google::protobuf::uint128::uint128 |
( |
uint16 |
| ) |
|
|
private |
◆ uint128() [9/20]
google::protobuf::uint128::uint128 |
( |
float |
v | ) |
|
|
private |
◆ uint128() [10/20]
google::protobuf::uint128::uint128 |
( |
double |
v | ) |
|
|
private |
◆ uint128() [11/20]
◆ uint128() [12/20]
◆ uint128() [13/20]
◆ uint128() [14/20]
◆ uint128() [15/20]
◆ uint128() [16/20]
◆ uint128() [17/20]
google::protobuf::uint128::uint128 |
( |
uint8 |
| ) |
|
|
private |
◆ uint128() [18/20]
google::protobuf::uint128::uint128 |
( |
uint16 |
| ) |
|
|
private |
◆ uint128() [19/20]
google::protobuf::uint128::uint128 |
( |
float |
v | ) |
|
|
private |
◆ uint128() [20/20]
google::protobuf::uint128::uint128 |
( |
double |
v | ) |
|
|
private |
◆ DivModImpl() [1/2]
◆ DivModImpl() [2/2]
◆ Initialize() [1/2]
void google::protobuf::uint128::Initialize |
( |
uint64 |
top, |
|
|
uint64 |
bottom |
|
) |
| |
|
inline |
◆ Initialize() [2/2]
void google::protobuf::uint128::Initialize |
( |
uint64 |
top, |
|
|
uint64 |
bottom |
|
) |
| |
◆ operator%=() [1/2]
◆ operator%=() [2/2]
◆ operator&=() [1/2]
◆ operator&=() [2/2]
◆ operator*=() [1/2]
◆ operator*=() [2/2]
◆ operator++() [1/4]
uint128 & google::protobuf::uint128::operator++ |
( |
| ) |
|
|
inline |
◆ operator++() [2/4]
uint128& google::protobuf::uint128::operator++ |
( |
| ) |
|
◆ operator++() [3/4]
uint128 google::protobuf::uint128::operator++ |
( |
int |
| ) |
|
◆ operator++() [4/4]
uint128 google::protobuf::uint128::operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator+=() [1/2]
◆ operator+=() [2/2]
◆ operator--() [1/4]
uint128& google::protobuf::uint128::operator-- |
( |
| ) |
|
◆ operator--() [2/4]
uint128 & google::protobuf::uint128::operator-- |
( |
| ) |
|
|
inline |
◆ operator--() [3/4]
uint128 google::protobuf::uint128::operator-- |
( |
int |
| ) |
|
|
inline |
◆ operator--() [4/4]
uint128 google::protobuf::uint128::operator-- |
( |
int |
| ) |
|
◆ operator-=() [1/2]
◆ operator-=() [2/2]
◆ operator/=() [1/2]
◆ operator/=() [2/2]
◆ operator<<=() [1/2]
uint128 & google::protobuf::uint128::operator<<= |
( |
int |
amount | ) |
|
|
inline |
◆ operator<<=() [2/2]
uint128& google::protobuf::uint128::operator<<= |
( |
int |
| ) |
|
◆ operator>>=() [1/2]
uint128& google::protobuf::uint128::operator>>= |
( |
int |
| ) |
|
◆ operator>>=() [2/2]
uint128 & google::protobuf::uint128::operator>>= |
( |
int |
amount | ) |
|
|
inline |
◆ operator^=() [1/2]
◆ operator^=() [2/2]
◆ operator|=() [1/2]
◆ operator|=() [2/2]
◆ operator<< [1/2]
PROTOBUF_EXPORT friend std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const uint128 & |
b |
|
) |
| |
|
friend |
◆ operator<< [2/2]
PROTOBUF_EXPORT friend std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const uint128 & |
b |
|
) |
| |
|
friend |
◆ Uint128High64 [1/2]
◆ Uint128High64 [2/2]
◆ Uint128Low64 [1/2]
◆ Uint128Low64 [2/2]
◆ hi_
uint64 google::protobuf::uint128::hi_ |
|
private |
◆ lo_
uint64 google::protobuf::uint128::lo_ |
|
private |
The documentation for this class was generated from the following files: