Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h90 static ArgValue Uint64(uint64_t value) { in Uint64() function
149 uint64_t Uint64() const { in Uint64() function
/external/vixl/src/
Dutils-vixl.h792 class Uint64; variable
862 Uint64() { data_ = 0; } in Uint64() function
863 explicit Uint64(uint64_t data) : data_(data) {} in Uint64() function
864 explicit Uint64(Uint32 data) : data_(data.Get()) {} in Uint64() function
979 Uint64::Uint64(Uint128 data) : data_(data.ToUint64().Get()) {} in Uint64() function
/external/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php35 use Google\Protobuf\Internal\Uint64; alias
DGPBUtil.php260 public static function Uint64($value) function in Google\\Protobuf\\Internal\\GPBUtil
/external/tensorflow/tensorflow/go/
Dtensor.go50 Uint64 DataType = C.TF_UINT64 const
/external/v8/src/codegen/
Dmachine-type.h151 constexpr static MachineType Uint64() { in Uint64() function
/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/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.cs2313 [pbr::OriginalName("TYPE_UINT64")] Uint64 = 4, enumerator