Searched defs:IDLOptions (Results 1 – 2 of 2) sorted by relevance
634 struct IDLOptions { struct636 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 …]
951 const IDLOptions &, in GenObjApiUnionTypeTS()