Searched refs:NeedsCopyCtorAssignOp (Results 1 – 1 of 1) sorted by relevance
1857 bool NeedsCopyCtorAssignOp(const StructDef &struct_def) { in NeedsCopyCtorAssignOp() function in flatbuffers::cpp::CppGenerator1893 if (NeedsCopyCtorAssignOp(struct_def)) { in GenDefaultConstructor()1947 if (!NeedsCopyCtorAssignOp(struct_def)) return; in GenCopyMoveCtorAndAssigOpDecls()1961 if (!NeedsCopyCtorAssignOp(struct_def)) return; in GenCopyCtorAssignOpDefs()