Searched defs:getU16 (Results 1 – 5 of 5) sorted by relevance
61 uint16_t DataExtractor::getU16(uint32_t *offset_ptr) const { in getU16() function in DataExtractor65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst, in getU16() function in DataExtractor
87 uint16_t DataExtractor::getU16(uint64_t *offset_ptr, llvm::Error *Err) const { in getU16() function in DataExtractor91 uint16_t *DataExtractor::getU16(uint64_t *offset_ptr, uint16_t *dst, in getU16() function in DataExtractor
36 public int getU16() { return u16; } in getU16() method in TypeAliasesT
80 public function getU16() function in MyGame\\Example\\TypeAliases
334 uint16_t getU16(Cursor &C) const { return getU16(&C.Offset, &C.Err); } in getU16() function