mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
* Fix issues with uint64 enums - hide the implementation of enums from code generators - fix uint64 the issue in the cpp-generator - fix #5108 - new tests - enums with bit_flags attribute should be unsigned * Refine objectives of EnumDef's FindByValue and ReverseLookup methods - move EnumDef::ReverseLookup implementation to idl_parser.cpp - fix typos * Make the IsUInt64 method private |
||
|---|---|---|
| .. | ||
| clang-format.sh | ||
| code_generators.cpp | ||
| flatc.cpp | ||
| flatc_main.cpp | ||
| flathash.cpp | ||
| idl_gen_cpp.cpp | ||
| idl_gen_dart.cpp | ||
| idl_gen_fbs.cpp | ||
| idl_gen_general.cpp | ||
| idl_gen_go.cpp | ||
| idl_gen_grpc.cpp | ||
| idl_gen_js_ts.cpp | ||
| idl_gen_json_schema.cpp | ||
| idl_gen_lobster.cpp | ||
| idl_gen_lua.cpp | ||
| idl_gen_php.cpp | ||
| idl_gen_python.cpp | ||
| idl_gen_rust.cpp | ||
| idl_gen_text.cpp | ||
| idl_parser.cpp | ||
| reflection.cpp | ||
| util.cpp | ||