Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDataExtractor.cpp72 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 DDataExtractor.cpp79 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 DDataExtractor.cpp50 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 DDataExtractor.h260 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/
DDataExtractor.h359 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/
DDataExtractor.h359 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 DDataExtractor.h359 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/
DDataExtractor.h359 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/
DDataExtractor.h359 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 DTypeAliasesT.java28 public int getU8() { return u8; } in getU8() method in TypeAliasesT
H A DTypeAliases.php62 public function getU8() function in MyGame\\Example\\TypeAliases