Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Didl.h559 struct IDLOptions { struct
561 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 …]
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Didl.h559 struct IDLOptions { struct
561 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 …]
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Didl.h510 struct IDLOptions { struct
512 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 …]
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_ts.cpp808 const IDLOptions &, in GenObjApiUnionTypeTS()