Home
last modified time | relevance | path

Searched refs:native_custom_alloc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_cpp.cpp869 auto native_custom_alloc = in GenTypeNative() local
872 native_custom_alloc->constant + "<" + type_name + ">>"; in GenTypeNative()
2142 if (auto native_custom_alloc = in GenOperatorNewDelete() local
2145 code_ += " return " + native_custom_alloc->constant + in GenOperatorNewDelete()
2149 code_ += " return " + native_custom_alloc->constant + in GenOperatorNewDelete()
/aosp_15_r20/external/flatbuffers/docs/source/
H A DCppUsage.md140 - `native_custom_alloc("custom_allocator")` (on a table or struct): When using the
143 any std::vector that appears in a table defined with `native_custom_alloc`.
152 table mytable(native_custom_alloc:"custom_allocator") {