Home
last modified time | relevance | path

Searched defs:getU64 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp114 uint64_t DataExtractor::getU64(uint64_t *offset_ptr, llvm::Error *Err) const { in getU64() function in DataExtractor
118 uint64_t *DataExtractor::getU64(uint64_t *offset_ptr, uint64_t *dst, in getU64() function in DataExtractor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDataExtractor.h455 uint64_t getU64(Cursor &C) const { return getU64(&C.Offset, &C.Err); } in getU64() function
/third_party/flatbuffers/tests/MyGame/Example/
DTypeAliases.php116 public function getU64() function in MyGame\\Example\\TypeAliases