Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_cpp.cpp88 struct IDLOptionsCpp : public IDLOptions { struct
90 CppStandard g_cpp_std; // Base version of C++ standard.
91 bool g_only_fixed_enums; // Generate underlaying type for all enums.
93 IDLOptionsCpp(const IDLOptions &opts) in IDLOptionsCpp() argument