Searched refs:own_allocator (Results 1 – 3 of 3) sorted by relevance
/external/flatbuffers/include/flatbuffers/ |
D | detached_buffer.h | 39 DetachedBuffer(Allocator *allocator, bool own_allocator, uint8_t *buf, in DetachedBuffer() argument 42 own_allocator_(own_allocator), in DetachedBuffer()
|
D | vector_downward.h | 38 bool own_allocator, size_t buffer_minalign, 41 own_allocator_(own_allocator), in allocator_()
|
D | flatbuffer_builder.h | 97 bool own_allocator = false, 99 : buf_(initial_size, allocator, own_allocator, buffer_minalign,
|