Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
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 …]
/external/flatbuffers/src/
Didl_gen_ts.cpp808 const IDLOptions &, in GenObjApiUnionTypeTS()