Searched defs:IDLOptions (Results 1 – 4 of 4) 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 …]
510 struct IDLOptions { struct512 bool use_flexbuffers;513 bool strict_json;514 bool skip_js_exports;515 bool use_goog_js_export_format;516 bool use_ES6_js_export_format;517 bool output_default_scalars_in_json;518 int indent_step;519 bool output_enum_identifiers;520 bool prefixed_enums;[all …]
808 const IDLOptions &, in GenObjApiUnionTypeTS()