Searched defs:IDLOptions (Results 1 – 2 of 2) sorted by relevance
559 struct IDLOptions { struct561 enum CaseStyle { CaseStyle_Unchanged = 0, CaseStyle_Upper, CaseStyle_Lower };563 bool gen_jvmstatic;565 bool use_flexbuffers;566 bool strict_json;567 bool output_default_scalars_in_json;568 int indent_step;569 bool output_enum_identifiers;570 bool prefixed_enums;571 bool scoped_enums;[all …]
808 const IDLOptions &, in GenObjApiUnionTypeTS()