Searched defs:own_allocator (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | detached_buffer.h | 39 DetachedBuffer(Allocator *allocator, bool own_allocator, uint8_t *buf, in DetachedBuffer()
|
H A D | vector_downward.h | 35 bool own_allocator, size_t buffer_minalign) in vector_downward()
|
H A D | flatbuffer_builder.h | 87 : buf_(initial_size, allocator, own_allocator, buffer_minalign), in buf_() argument
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | detached_buffer.h | 39 DetachedBuffer(Allocator *allocator, bool own_allocator, uint8_t *buf, in DetachedBuffer()
|
H A D | vector_downward.h | 35 bool own_allocator, size_t buffer_minalign) in vector_downward()
|
H A D | flatbuffer_builder.h | 87 : buf_(initial_size, allocator, own_allocator, buffer_minalign), in buf_() argument
|