flatbuffers/samples
Stefan F b20c4d3aad
[C++] Add GetMutableSizePrefixedRoot and generate GetMutableSizePrefixedXxx functions (#6815)
* flattests_cpp17 doesn't compile with Visual Studio 2017: warning C4100: 'indent': unreferenced formal parameter

stringify_util.h(127): error C2220: warning treated as error - no 'object' file generated
stringify_util.h(127): warning C4100: 'indent': unreferenced formal parameter
stringify_util.h(85): warning C4100: 'indent': unreferenced formal parameter
stringify_util.h(85): warning C4100: 'fbs': unreferenced formal parameter

* [C++] Add GetMutableSizePrefixedRoot() and generate a GetMutableSizePrefixed function
When using the mutable API together with size prefixed buffers these functions should be present.

* clang-format

* Cleanup branch for PR
Revert "flattests_cpp17 doesn't compile with Visual Studio 2017: warning C4100: 'indent': unreferenced formal parameter"

This reverts commit a92055203e3c26b69df4896d6babd7714539307a.
2021-08-30 15:34:42 -07:00
..
lua/MyGame/Sample
rust_generated Refactor idl_gen_rust and Rust generated code to use consistent whitespace (#6809) 2021-08-23 18:53:10 -04:00
csharp_sample.sh
dart_sample.sh Dart 2.0 release prep (#6759) 2021-08-02 13:31:36 -07:00
go_sample.sh
java_sample.sh
javascript_sample.sh
kotlin_sample.sh
monster.bfbs Replace filenames in reflection with filenames+includes. (#6703) 2021-06-19 19:21:33 -04:00
monster.fbs
monster_generated.h [C++] Add GetMutableSizePrefixedRoot and generate GetMutableSizePrefixedXxx functions (#6815) 2021-08-30 15:34:42 -07:00
monster_generated.lobster
monster_generated.swift More missing version changes 2021-05-10 11:45:16 -07:00
monsterdata.json [docs] typo: updates monsterdata.json to be valid json (#5978) 2020-06-17 22:35:24 -07:00
php_sample.sh
python_sample.sh
sample_bfbs.cpp
sample_binary.cpp
sample_binary.go
sample_binary.lobster
sample_binary.lua
sample_binary.py Fix sample_binary.py to use latest EndVector without a size. (#6478) 2021-02-19 12:13:50 -08:00
sample_binary.rs Rework how Rust generated files are laid out (#6731) 2021-07-22 19:02:28 -04:00
sample_binary.swift Fixes grammer (#6477) 2021-02-19 12:16:38 -08:00
sample_flexbuffers.rs Rework how Rust generated files are laid out (#6731) 2021-07-22 19:02:28 -04:00
sample_flexbuffers_serde.rs Rust Flexbuffers (#5669) 2020-05-07 14:11:26 -07:00
sample_text.cpp
sample_text.lobster
SampleBinary.cs
SampleBinary.java
SampleBinary.kt
SampleBinary.php