Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_cpp.cpp90 CppStandard g_cpp_std; // Base version of C++ standard. member
94 : IDLOptions(opts), g_cpp_std(CPP_STD_11), g_only_fixed_enums(true) {} in IDLOptionsCpp()
719 (opts_.g_cpp_std >= cpp::CPP_STD_17 && opts_.g_only_fixed_enums && in VectorElementUserFacing()
1650 if (opts_.g_cpp_std < cpp::CPP_STD_11 && in GenUnionPost()
1833 if (opts_.g_cpp_std >= cpp::CPP_STD_11) { in GenMember()
1892 if (opts_.g_cpp_std >= cpp::CPP_STD_11) { in GenDefaultConstructor()
1946 if (opts_.g_cpp_std < cpp::CPP_STD_11) return; in GenCopyMoveCtorAndAssigOpDecls()
1960 if (opts_.g_cpp_std < cpp::CPP_STD_11) return; in GenCopyCtorAssignOpDefs()
2584 if (opts_.g_cpp_std >= cpp::CPP_STD_17) { code_ += " struct Traits;"; } in GenTable()
2866 if (opts_.g_cpp_std >= cpp::CPP_STD_17) { GenTraitsStruct(struct_def); } in GenBuilders()
[all …]