Searched defs:getU8 (Results  1 – 5 of 5) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | 
| 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
  | 
| /external/llvm/lib/Support/ | 
| 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
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ | 
| 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
  | 
| /external/flatbuffers/tests/MyGame/Example/ | 
| D | TypeAliasesT.java | 28   public int getU8() { return u8; }  in getU8()  method in TypeAliasesT
  | 
| D | TypeAliases.php | 62     public function getU8()  function in MyGame\\Example\\TypeAliases
  |