/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 72 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8() function in DataExtractor 77 DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8() function in DataExtractor 82 uint8_t *DataExtractor::getU8(Cursor &C, uint8_t *Dst, uint32_t Count) const { in getU8() function in DataExtractor
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 79 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8() function in DataExtractor 83 uint8_t *DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, in getU8() function in DataExtractor 88 uint8_t *DataExtractor::getU8(Cursor &C, uint8_t *Dst, uint32_t Count) const { in getU8() function in DataExtractor
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 50 uint8_t DataExtractor::getU8(uint32_t *offset_ptr) const { in getU8() function in DataExtractor 55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8() function in DataExtractor
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 260 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8() function 298 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | DataExtractor.h | 359 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8() function 397 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | DataExtractor.h | 359 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8() function 397 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 359 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8() function 397 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | DataExtractor.h | 359 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8() function 397 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | DataExtractor.h | 359 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8() function 397 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8() function
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | TypeAliasesT.java | 28 public int getU8() { return u8; } in getU8() method in TypeAliasesT
|
H A D | TypeAliases.php | 62 public function getU8() function in MyGame\\Example\\TypeAliases
|