flatbuffers/tests/cpp17/generated_cpp17
RWauson 909ce970ae
[C++] Use UnPackTo instead of UnPack if pointer exists (#6725)
Causes generated code to check for existing pointers in an object (when using the object based api) and use UnPackTo(existingPointer) rather than just using UnPack() to replace the pointer. This is a performance issue when unpacking to existing objects when using large buffer fields (e.g. image frames)

Co-authored-by: RobWauson <robwauson@gmail.com>
2021-08-05 11:40:03 -07:00
..
monster_test_generated.h [C++] Use UnPackTo instead of UnPack if pointer exists (#6725) 2021-08-05 11:40:03 -07:00
optional_scalars2_generated.h Moved C++ to optional_scalars2 and added some tests. (#6162) 2020-10-07 09:46:09 -07:00
optional_scalars_generated.h [C++17] Add compile-time reflection for fields. (#6324) 2021-03-05 10:01:40 -08:00
union_vector_generated.h [C++] Fix union type handling on object api in C++17 (#6745) 2021-07-25 16:20:34 +07:00