Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dbuffer_ref.h30 template<typename T> struct BufferRef : BufferRefBase { struct
31 BufferRef() : buf(nullptr), len(0), must_free(false) {} in BufferRef() function
32 BufferRef(uint8_t *_buf, uoffset_t _len) in BufferRef() function
35 ~BufferRef() { in ~BufferRef() argument
39 const T *GetRoot() const { return flatbuffers::GetRoot<T>(buf); } in GetRoot()
41 bool Verify() { in Verify()
46 uint8_t *buf;
47 uoffset_t len;
48 bool must_free;
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dbuffer_ref.h30 template<typename T> struct BufferRef : BufferRefBase { struct
31 BufferRef() : buf(nullptr), len(0), must_free(false) {} in BufferRef() argument
32 BufferRef(uint8_t *_buf, uoffset_t _len) in BufferRef() function
35 ~BufferRef() { in ~BufferRef() argument
39 const T *GetRoot() const { return flatbuffers::GetRoot<T>(buf); } in GetRoot()
41 bool Verify() { in Verify()
46 uint8_t *buf;
47 uoffset_t len;
48 bool must_free;
/aosp_15_r20/external/llvm/tools/gold/
H A Dgold-plugin.cpp460 MemoryBufferRef BufferRef; in claim_file_hook() local
667 MemoryBufferRef BufferRef(StringRef((const char *)View, F.filesize), F.name); in getModuleSummaryIndexForFile() local
694 MemoryBufferRef BufferRef(StringRef((const char *)View, F.filesize), Name); in getModuleForFile() local
/aosp_15_r20/hardware/google/gfxstream/host/
DFrameBuffer.h112 struct BufferRef { struct
126 typedef std::unordered_map<HandleType, BufferRef> BufferMap; argument
/aosp_15_r20/external/llvm/lib/Object/
H A DModuleSummaryIndexObjectFile.cpp116 MemoryBufferRef BufferRef = (FileOrErr.get())->getMemBufferRef(); in getModuleSummaryIndexForFile() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_resources.h44 using BufferRef = std::shared_ptr<Buffer>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOUniversalWriter.cpp303 MemoryBufferRef BufferRef = Slices[Index].getBinary()->getMemoryBufferRef(); in writeUniversalBinaryToStream() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOModule.cpp660 MemoryBufferRef BufferRef(Data, path); in createInputFile() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp656 MemoryBufferRef BufferRef(Data, path); in createInputFile() local
/aosp_15_r20/external/clang/lib/AST/
H A DMicrosoftMangle.cpp687 MutableArrayRef<char> BufferRef(EncodedNumberBuffer); in mangleNumber() local
H A DItaniumMangle.cpp4182 MutableArrayRef<char> BufferRef(Buffer); in mangleSeqID() local