flatbuffers/tests/64bit
Fergus Henderson 20548ff3b6
Size verifier fix 2 (#8740)
* Fixes to make SizeVerifier work.

In particular change all the places in the Flatbuffers library
and generated code that were using `Verifier` to instead use
`VerifierTemplate<TrackBufferSize>` and wrap them all inside
`template <bool TrackBufferSize = false>`.

Also add unit tests for SizeVerifier.

* Format using `sh scripts/clang-format-git.sh`

* Use `B` rather than `TrackBufferSize` for the name of the template parameter.

* Update generated files.
2025-11-24 07:11:32 -05:00
..
evolution Size verifier fix 2 (#8740) 2025-11-24 07:11:32 -05:00
offset64_test.cpp [C++] Add Vector64 specialization for std::vector<bool> (#8757) 2025-11-17 13:44:28 -08:00
offset64_test.h bulk code format fix (#8707) 2025-09-23 21:50:27 -07:00
test_64bit.afb [C++] Add Vector64 specialization for std::vector<bool> (#8757) 2025-11-17 13:44:28 -08:00
test_64bit.bfbs [C++] Add Vector64 specialization for std::vector<bool> (#8757) 2025-11-17 13:44:28 -08:00
test_64bit.bin [C++] Add Vector64 specialization for std::vector<bool> (#8757) 2025-11-17 13:44:28 -08:00
test_64bit.fbs [C++] Add Vector64 specialization for std::vector<bool> (#8757) 2025-11-17 13:44:28 -08:00
test_64bit.json [C++] Add Vector64 specialization for std::vector<bool> (#8757) 2025-11-17 13:44:28 -08:00
test_64bit_bfbs_generated.h [C++] Add Vector64 specialization for std::vector<bool> (#8757) 2025-11-17 13:44:28 -08:00
test_64bit_generated.h Size verifier fix 2 (#8740) 2025-11-24 07:11:32 -05:00