Home
last modified time | relevance | path

Searched defs:IDLOptions (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Didl.h634 struct IDLOptions { struct
636 enum CaseStyle { CaseStyle_Unchanged = 0, CaseStyle_Upper, CaseStyle_Lower };
637 enum class ProtoIdGapAction { NO_OP, WARNING, ERROR };
638 bool gen_jvmstatic;
640 bool use_flexbuffers;
641 bool strict_json;
642 bool output_default_scalars_in_json;
643 int indent_step;
644 bool cpp_minify_enums;
645 bool output_enum_identifiers;
[all …]
/external/flatbuffers/src/
Didl_gen_ts.cpp951 const IDLOptions &, in GenObjApiUnionTypeTS()