Files
flatbuffers-bigfoot/tests/fuzzer/codegen_json.dict
coder7695 2b107e20c5 [fuzzer] Adds code generation target. (#8795)
* adds code generation fuzzer target.

* add buffer verification

* add table verification in codegen fuzzer

---------

Co-authored-by: Björn Harrtell <bjornharrtell@users.noreply.github.com>
2025-11-27 15:52:28 +00:00

132 lines
1.2 KiB
Plaintext

"struct"
"table"
"enum"
"union"
"include"
"namespace"
"attribute"
"null"
"NULL"
"byte"
"int8"
"ubyte"
"uint8"
"bool"
"short"
"int16"
"ushort"
"uint16"
"int"
"int32"
"uint"
"uint32"
"float"
"float32"
"long"
"int64"
"ulong"
"uint64"
"double"
"float64"
"root_type"
"file_identifier"
"file_extension"
"rpc_service"
"streaming"
"idempotent"
"key"
"hash"
"fnv1_32"
"fnv1_64"
"fnv1a_32"
"fnv1a_64"
"deprecated"
"required"
"nested_flatbuffer"
"flexbuffer"
"native_inline"
"force_align"
"bit_flags"
"csharp_partial"
"private"
"cpp_type"
"cpp_ptr_type"
"cpp_ptr_type_get"
"{"
"}"
"["
"]"
"\""
"'"
"\\"
"//"
":"
","
" "
"\\n"
"\\r"
"/*"
"*/"
"true"
"false"
"null"
"\\u"
"\\b"
"\\f"
"\\t"
"."
"e"
"e+"
"e-"
"E"
"E+"
"E-"
"0x"
"p"
"a"
"b"
"Monster"
"pos"
"hp"
"name"
"weapons"
"damage"
"equipped_type"
"equipped"
"inventory"
"vector_of_longs"
"vector_of_doubles"
"test_type"
"test"
"test1"
"test2"
"test4"
"test3"
"test5"
"enemy"
"Weapon"
"Green"
"Red"
"Blue"
"testarrayofstring"
"testarrayofbools"
"testbool"
"flex"
"Color"
"Vec3"
"Stat"
"Referrable"
"Any"
"TestSimpleTableWithEnum"
"Race"
"LongEnum"
"Test"
"Ability"
"StructOfStructs"
"StructOfStructsOfStructs"
"TypeAliases"
"MonsterStorage"
"Store"
"Retrieve"
"GetMaxHitPoint"
"GetMinMaxHitPoints"