Lines Matching full:flatc

11    - Use the `flatc` FlatBuffer compiler.
272 [these instructions](@ref flatbuffers_guide_building) to build `flatc`, the
275 Once `flatc` is built successfully, compile the schema for your language:
282 Please be aware of the difference between `flatc` and `flatcc` tools.
288 ./../flatc --cpp monster.fbs
294 ./../flatc --java monster.fbs
300 ./../flatc --kotlin monster.fbs
306 ./../flatc --csharp monster.fbs
312 ./../flatc --go monster.fbs
318 ./../flatc --python monster.fbs
324 ./../flatc --ts monster.fbs
332 ./../flatc --ts monster.fbs
338 ./../flatc --php monster.fbs
353 ./../flatc --dart monster.fbs
359 ./../flatc --lua monster.fbs
365 ./../flatc --lobster monster.fbs
371 ./../flatc --rust monster.fbs
377 ./../flatc --swift monster.fbs
381 For a more complete guide to using the `flatc` compiler, please read the
397 #include "monster_generated.h" // This was generated by `flatc`.
404 import MyGame.Sample.*; //The `flatc` generated files. (Monster, Vec3, etc.)
411 import MyGame.Sample.* //The `flatc` generated files. (Monster, Vec3, etc.)
419 using MyGame.Sample; // The `flatc` generated files. (Monster, Vec3, etc.)
434 # Generated by `flatc`.
446 var MyGame = require('./monster_generated').MyGame; // Generated by `flatc`.
453 <script src="monster_generated.js"></script> // Generated by `flatc`.
472 // Contains the `*.php` files for the FlatBuffers library and the `flatc` generated files.
501 // Generated by `flatc`.
510 -- require the generated files from `flatc`.
2182 #include "monster_generated.h" // This was generated by `flatc`.
2189 import MyGame.Sample.*; //The `flatc` generated files. (Monster, Vec3, etc.)
2196 import MyGame.Sample.* //The `flatc` generated files. (Monster, Vec3, etc.)
2204 using MyGame.Sample; // The `flatc` generated files. (Monster, Vec3, etc.)
2219 # Generated by `flatc`.
2230 var MyGame = require('./monster_generated').MyGame; // Generated by `flatc`.
2237 <script src="monster_generated.js"></script> // Generated by `flatc`.
2244 …// note: the `./monster_generated.ts` file was previously generated by `flatc` above using the `mo…
2257 // Contains the `*.php` files for the FlatBuffers library and the `flatc` generated files.
2290 -- require the generated files from `flatc`.
3175 To get non-const accessors, invoke `flatc` with `--gen-mutable`.
3296 ## Using `flatc` as a JSON Conversion Tool
3299 If your language does not support JSON at the moment, `flatc` may provide an
3300 alternative. Using `flatc` is often the preferred method, as it doesn't require you to
3340 You can run this file through the `flatc` compiler with the `-b` flag and
3344 ./../flatc --binary monster.fbs monsterdata.json
3356 *Note: If you're working in C, the `flatcc --json` (not `flatc`)
3358 printers that you can compile and use at runtime. The `flatc` compiler (not
3373 ./../flatc --json --raw-binary monster.fbs -- monsterdata.bin
3376 You need to pass the corresponding FlatBuffers schema so that flatc knows how to
3378 `file_identifier` for binary buffers, `flatc` needs to be forced into reading