Searched defs:getU64 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 81 uint64_t DataExtractor::getU64(uint32_t *offset_ptr) const { in getU64() function in DataExtractor 85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64() function in DataExtractor
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DataExtractor.cpp | 114 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
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | DataExtractor.cpp | 116 uint64_t DataExtractor::getU64(uint64_t *offset_ptr, llvm::Error *Err) const { in getU64() function in DataExtractor 120 uint64_t *DataExtractor::getU64(uint64_t *offset_ptr, uint64_t *dst, in getU64() function in DataExtractor
|
/external/flatbuffers/tests/MyGame/Example/ |
D | TypeAliasesT.java | 64 public long getU64() { return u64; } in getU64() method in TypeAliasesT
|
D | TypeAliases.php | 116 public function getU64() function in MyGame\\Example\\TypeAliases
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DataExtractor.h | 455 uint64_t getU64(Cursor &C) const { return getU64(&C.Offset, &C.Err); } in getU64() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | DataExtractor.h | 565 uint64_t getU64(Cursor &C) const { return getU64(&C.Offset, &C.Err); } in getU64() function
|