Home
last modified time | relevance | path

Searched defs:Uint64 (Results 1 – 10 of 10) sorted by relevance

/external/syzkaller/vendor/google.golang.org/api/googleapi/
Dtypes.go198 func Uint64(v uint64) *uint64 { return &v } func
/external/vixl/src/
Dutils-vixl.h786 class Uint64; variable
856 Uint64() { data_ = 0; } in Uint64() function
857 explicit Uint64(uint64_t data) : data_(data) {} in Uint64() function
858 explicit Uint64(Uint32 data) : data_(data.Get()) {} in Uint64() function
973 Uint64::Uint64(Uint128 data) : data_(data.ToUint64().Get()) {} in Uint64() function
/external/v8/src/
Dmachine-type.h130 constexpr static MachineType Uint64() { in Uint64() function
/external/tensorflow/tensorflow/go/
Dtensor.go50 Uint64 DataType = C.TF_UINT64 const
/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code_test.cc286 TEST(Uint64, EncodeDecode) { TestNumbers<uint64>(1); } in TEST() argument
288 TEST(Uint64, Ordering) { TestNumberOrdering<uint64>(); } in TEST() argument
/external/golang-protobuf/proto/
Dlib.go453 func Uint64(v uint64) *uint64 { func
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dlib.go415 func Uint64(v uint64) *uint64 { func
/external/libchrome/mojo/public/js/lib/
Dcodec.js810 function Uint64() { class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp188 Uint64, enumerator
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1633 [pbr::OriginalName("TYPE_UINT64")] Uint64 = 4, enumerator