flatbuffers/dart/test
Wouter van Oortmerssen 160e8f2fdc Disallowed 0 byte structs.
This is because they are incompatible with C++ and possibly other
languages that make them minimum size 1 (to make sure multiple
such objects don't reside at the same address). Forcing them to size
1 was also not practical, as that is requires updating the logic
of a lot of implementations and thus possibly backwards incompatible.

More here: https://github.com/google/flatbuffers/issues/4122

Change-Id: I2bfdc8597b7cfd2235bb4074bb2ae06f81f8e57d
2018-10-29 17:40:19 -07:00
..
flat_buffers_test.dart Ensure strings are null terminated when written from Dart (#4862) 2018-08-09 09:50:54 -07:00
monster_test_my_game.example2_generated.dart Disallowed 0 byte structs. 2018-10-29 17:40:19 -07:00
monster_test_my_game.example_generated.dart Disallowed 0 byte structs. 2018-10-29 17:40:19 -07:00
monster_test_my_game_generated.dart Added missing dart/ts test changes. 2018-08-20 12:05:37 -07:00