Lines Matching defs:struct_def
166 auto &struct_def = **it; in generate() local
287 std::string GenOffsetConstruct(const StructDef &struct_def, in GenOffsetConstruct()
462 std::string GetObjectConstructor(flatbuffers::StructDef &struct_def, in GetObjectConstructor()
472 std::string GenGetterForLookupByKey(flatbuffers::StructDef &struct_def, in GenGetterForLookupByKey()
506 void GenStructArgs(const StructDef &struct_def, std::string *code_ptr, in GenStructArgs()
542 void GenStructBody(const StructDef &struct_def, std::string *code_ptr, in GenStructBody()
612 std::string GenKeyGetter(flatbuffers::StructDef &struct_def, in GenKeyGetter()
623 void GenStruct(StructDef &struct_def, std::string *code_ptr, in GenStruct()
1359 void GenVectorAccessObject(StructDef &struct_def, in GenVectorAccessObject()
1628 StructDef &struct_def, std::string *code_ptr, const IDLOptions &opts, in GenPackUnPack_ObjectAPI()
1953 const StructDef &struct_def, std::string *code_ptr, in GenStructPackDecl_ObjectAPI()
2028 void GenStructPackCall_ObjectAPI(const StructDef &struct_def, in GenStructPackCall_ObjectAPI()
2087 void GenStruct_ObjectAPI(StructDef &struct_def, std::string *code_ptr, in GenStruct_ObjectAPI()