Lines Matching refs:StructDef
307 void GenStructArgs(import_set &imports, const StructDef &struct_def, in GenStructArgs()
326 static void GenStructBody(const StructDef &struct_def, std::string *body, in GenStructBody()
356 void GenerateRootAccessor(StructDef &struct_def, std::string *code_ptr, in GenerateRootAccessor()
377 void GenerateFinisher(StructDef &struct_def, std::string *code_ptr, in GenerateFinisher()
399 static std::string GetObjApiClassName(const StructDef &sd, in GetObjApiClassName()
452 const StructDef &dependency) { in AddImport()
724 std::string GenStructMemberValueTS(const StructDef &struct_def, in GenStructMemberValueTS()
753 void GenObjApi(const Parser &parser, StructDef &struct_def, in GenObjApi()
1030 static bool CanCreateFactoryMethod(const StructDef &struct_def) { in CanCreateFactoryMethod()
1043 void GenStruct(const Parser &parser, StructDef &struct_def, in GenStruct()
1553 std::string GetPrefixedName(const StructDef &struct_def, in GetPrefixedName()