Home
last modified time | relevance | path

Searched refs:g_cpp_std (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/src/
Didl_gen_cpp.cpp83 CppStandard g_cpp_std; // Base version of C++ standard. member
87 : IDLOptions(opts), g_cpp_std(CPP_STD_11), g_only_fixed_enums(true) {} in IDLOptionsCpp()
624 return opts_.g_cpp_std >= cpp::CPP_STD_17 && opts_.g_only_fixed_enums && in VectorElementUserFacing()
1904 if (opts_.g_cpp_std >= cpp::CPP_STD_17) { code_ += " struct Traits;"; } in GenTable()
2287 if (opts_.g_cpp_std >= cpp::CPP_STD_17) { in GenBuilders()
3112 opts.g_cpp_std = cpp::CPP_STD_X0; in GenerateCPP()
3116 opts.g_cpp_std = cpp::CPP_STD_11; in GenerateCPP()
3119 opts.g_cpp_std = cpp::CPP_STD_17; in GenerateCPP()