Searched defs:Uint64 (Results 1 – 11 of 11) sorted by relevance
90 static ArgValue Uint64(uint64_t value) { in Uint64() function149 uint64_t Uint64() const { in Uint64() function
792 class Uint64; variable862 Uint64() { data_ = 0; } in Uint64() function863 explicit Uint64(uint64_t data) : data_(data) {} in Uint64() function864 explicit Uint64(Uint32 data) : data_(data.Get()) {} in Uint64() function979 Uint64::Uint64(Uint128 data) : data_(data.ToUint64().Get()) {} in Uint64() function
35 use Google\Protobuf\Internal\Uint64; alias
260 public static function Uint64($value) function in Google\\Protobuf\\Internal\\GPBUtil
50 Uint64 DataType = C.TF_UINT64 const
151 constexpr static MachineType Uint64() { in Uint64() function
286 TEST(Uint64, EncodeDecode) { TestNumbers<uint64>(1); } in TEST() argument288 TEST(Uint64, Ordering) { TestNumberOrdering<uint64>(); } in TEST() argument
453 func Uint64(v uint64) *uint64 { func
810 function Uint64() { class
188 Uint64, enumerator
2313 [pbr::OriginalName("TYPE_UINT64")] Uint64 = 4, enumerator