Searched defs:Uint128 (Results 1 – 4 of 4) sorted by relevance
13 public final class Uint128 extends class19 private Uint128(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Uint128() method in Uint12822 private Uint128() { in Uint128() method in Uint12832 private Uint128( in Uint128() method in Uint128
787 class Uint128; variable923 Uint128() : data_high_(0), data_low_(0) {} in Uint128() function924 explicit Uint128(uint64_t data_low) : data_high_(0), data_low_(data_low) {} in Uint128() function925 explicit Uint128(Uint64 data_low) in Uint128() function927 Uint128(uint64_t data_high, uint64_t data_low) in Uint128() function
39 inline uint128_t Uint128(uint64_t lo, uint64_t hi) { in Uint128() function
157 message Uint128 { message