Searched defs:getU8 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DDataExtractor.cpp50 uint8_t DataExtractor::getU8(uint32_t *offset_ptr) const { function in class:DataExtractor
55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { function in class:DataExtractor
95 return getU8(offset_ptr);
110 return (int8_t)getU8(offset_ptr);
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDataExtractor.cpp50 uint8_t DataExtractor::getU8(uint32_t *offset_ptr) const { function in class:DataExtractor
55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { function in class:DataExtractor
95 return getU8(offset_ptr);
110 return (int8_t)getU8(offset_ptr);
/external/flatbuffers/tests/MyGame/Example/
H A DTypeAliases.php62 public function getU8() function

Completed in 374 milliseconds