Lines Matching defs:struct_def
241 auto &struct_def = **it; in generateStructs() local
524 void GenStructArgs(import_set &imports, const StructDef &struct_def, in GenStructArgs()
543 static void GenStructBody(const StructDef &struct_def, std::string *body, in GenStructBody()
573 void GenerateRootAccessor(StructDef &struct_def, std::string *code_ptr, in GenerateRootAccessor()
594 void GenerateFinisher(StructDef &struct_def, std::string *code_ptr, in GenerateFinisher()
667 std::string GenSymbolExpression(const StructDef &struct_def, in GenSymbolExpression()
979 std::string GenStructMemberValueTS(const StructDef &struct_def, in GenStructMemberValueTS()
1015 void GenObjApi(const Parser &parser, StructDef &struct_def, in GenObjApi()
1303 static bool CanCreateFactoryMethod(const StructDef &struct_def) { in CanCreateFactoryMethod()
1316 void GenStruct(const Parser &parser, StructDef &struct_def, in GenStruct()
1837 std::string GetPrefixedName(const StructDef &struct_def, in GetPrefixedName()