Searched defs:flatbuf (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | reflection.h | 91 inline Table *GetAnyRoot(uint8_t *const flatbuf) { in GetAnyRoot() 95 inline const Table *GetAnyRoot(const uint8_t *const flatbuf) { in GetAnyRoot() 99 inline Table *GetAnySizePrefixedRoot(uint8_t *const flatbuf) { in GetAnySizePrefixedRoot() 103 inline const Table *GetAnySizePrefixedRoot(const uint8_t *const flatbuf) { in GetAnySizePrefixedRoot()
|
H A D | registry.h | 41 bool FlatBufferToText(const uint8_t *flatbuf, size_t len, std::string *dest) { in FlatBufferToText()
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | reflection.h | 91 inline Table *GetAnyRoot(uint8_t *const flatbuf) { in GetAnyRoot() 95 inline const Table *GetAnyRoot(const uint8_t *const flatbuf) { in GetAnyRoot() 99 inline Table *GetAnySizePrefixedRoot(uint8_t *const flatbuf) { in GetAnySizePrefixedRoot() 103 inline const Table *GetAnySizePrefixedRoot(const uint8_t *const flatbuf) { in GetAnySizePrefixedRoot()
|
H A D | registry.h | 41 bool FlatBufferToText(const uint8_t *flatbuf, size_t len, std::string *dest) { in FlatBufferToText()
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | reflection.cpp | 429 std::vector<uint8_t> *flatbuf, in ResizeContext() 557 const String *str, std::vector<uint8_t> *flatbuf, in SetString() 578 uoffset_t elem_size, std::vector<uint8_t> *flatbuf, in ResizeAnyVector() 604 const uint8_t *AddFlatBuffer(std::vector<uint8_t> &flatbuf, in AddFlatBuffer()
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | test.cpp | 255 void AccessFlatBufferTest(const uint8_t *flatbuf, size_t length, in AccessFlatBufferTest() 459 void MutateFlatBuffersTest(uint8_t *flatbuf, std::size_t length) { in MutateFlatBuffersTest() 570 void ObjectFlatBuffersTest(uint8_t *flatbuf) { in ObjectFlatBuffersTest() 980 void ReflectionTest(uint8_t *flatbuf, size_t length) { in ReflectionTest() 1214 void MiniReflectFlatBuffersTest(uint8_t *flatbuf) { in MiniReflectFlatBuffersTest() 1267 auto flatbuf = fbb.Release(); in MiniReflectFixedLengthArrayTest() local 4678 auto flatbuf = std::move(flatbuf1); // Test move assignment. in FlatBufferTests() local
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | reflection.h | 66 inline Table *GetAnyRoot(uint8_t *flatbuf) { in GetAnyRoot() 69 inline const Table *GetAnyRoot(const uint8_t *flatbuf) { in GetAnyRoot()
|
H A D | registry.h | 40 bool FlatBufferToText(const uint8_t *flatbuf, size_t len, std::string *dest) { in FlatBufferToText()
|
/aosp_15_r20/external/libfuse/lib/ |
H A D | fuse.c | 1858 struct fuse_buf *flatbuf; in fuse_fs_write_buf() local
|