• Home
  • Raw
  • Download

Lines Matching full:flatc

23 from util import flatc, root_path, tests_path, args, flatc_path
36 flatc(
63 # flatc options that are shared
113 flatc(
131 flatc(
137 flatc(
143 flatc(
151 flatc(
157 flatc(
164 flatc(
172 flatc(
180 flatc(
187 flatc(
194 flatc(
201 flatc(
210 flatc(
227 flatc(
233 flatc(
240 flatc(
247 flatc(
255 flatc(
262 flatc(
269 flatc(
276 flatc(
293 flatc(
307 flatc(
313 flatc(
320 flatc(
326 flatc(
331 flatc(
336 flatc(
342 flatc(
348 flatc(
354 flatc(
362 flatc(["--java", "--kotlin", "--lobster"], schema=optional_scalars_schema)
363 flatc(TS_OPTS, cwd=ts_code_gen, schema="../optional_scalars.fbs")
365 flatc(["--csharp", "--python", "--gen-object-api"], schema=optional_scalars_schema)
367 flatc(RUST_OPTS, prefix="optional_scalars", schema=optional_scalars_schema)
369 flatc(NO_INCL_OPTS + CPP_OPTS, schema=optional_scalars_schema)
374 flatc(["--csharp", "--gen-object-api"], schema=type_field_collsion_schema)
377 flatc(
384 flatc(RUST_OPTS, prefix="more_defaults", schema="more_defaults.fbs")
387 flatc(
394 flatc(BASE_OPTS + CS_OPTS, schema="keyword_test.fbs")
395 flatc(RUST_OPTS, prefix="keyword_test", schema="keyword_test.fbs")
396 flatc(
401 flatc(BASE_OPTS + DART_OPTS, prefix="../dart/test/", schema="keyword_test.fbs")
405 flatc(["--java", "--kotlin"], schema=dictionary_lookup_schema)
409 flatc(
415 flatc(
420 flatc(SWIFT_OPTS, schema="optional_scalars.fbs", prefix=swift_prefix)
421 flatc(SWIFT_OPTS, schema="vector_has_test.fbs", prefix=swift_prefix)
422 flatc(SWIFT_OPTS, schema="nan_inf_test.fbs", prefix=swift_prefix)
423 flatc(
428 flatc(
434 flatc(
440 flatc(
448 flatc(
457 flatc(NIM_OPTS, schema="monster_test.fbs", include="include_test")
458 flatc(NIM_OPTS, schema="optional_scalars.fbs")
459 flatc(NIM_OPTS, schema="more_defaults.fbs")
460 flatc(NIM_OPTS, schema="MutatingBool.fbs")
463 flatc(
469 flatc(
475 flatc(
486 flatc(
492 flatc(
497 flatc(
506 flatc(
514 flatc(BASE_OPTS + CPP_OPTS + LOBSTER_OPTS, schema=samples_schema, cwd=samples_path)
515 flatc(RUST_OPTS, prefix="rust_generated", schema=samples_schema, cwd=samples_path)
516 flatc(
525 # building flatc which uses the reflection_generated.h itself.