HomeSort by relevance Sort by last modified time
    Searched defs:getU32 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
DataExtractor.cpp 71 uint32_t DataExtractor::getU32(uint32_t *offset_ptr) const {
75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst,
99 return getU32(offset_ptr);
114 return (int32_t)getU32(offset_ptr);
  /external/swiftshader/third_party/LLVM/lib/Support/
DataExtractor.cpp 71 uint32_t DataExtractor::getU32(uint32_t *offset_ptr) const {
75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst,
99 return getU32(offset_ptr);
114 return (int32_t)getU32(offset_ptr);
  /external/flatbuffers/tests/MyGame/Example/
TypeAliases.php 98 public function getU32()

Completed in 108 milliseconds