• Home
  • Raw
  • Download

Lines Matching defs:struct_def

160       auto &struct_def = **it;  in generateStructs()  local
192 void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
308 void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
366 void InitializeExisting(const StructDef &struct_def, std::string *code_ptr) { in InitializeExisting()
378 void GenTableAccessor(const StructDef &struct_def, std::string *code_ptr) { in GenTableAccessor()
394 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen()
406 void GetUByteSlice(const StructDef &struct_def, const FieldDef &field, in GetUByteSlice()
418 void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct()
433 void GetScalarFieldOfTable(const StructDef &struct_def, const FieldDef &field, in GetScalarFieldOfTable()
455 void GetStructFieldOfStruct(const StructDef &struct_def, in GetStructFieldOfStruct()
474 void GetStructFieldOfTable(const StructDef &struct_def, const FieldDef &field, in GetStructFieldOfTable()
496 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField()
508 void GetUnionField(const StructDef &struct_def, const FieldDef &field, in GetUnionField()
522 void GetMemberOfVectorOfStruct(const StructDef &struct_def, in GetMemberOfVectorOfStruct()
543 void GetMemberOfVectorOfStructByKey(const StructDef &struct_def, in GetMemberOfVectorOfStructByKey()
574 void GetMemberOfVectorOfNonStruct(const StructDef &struct_def, in GetMemberOfVectorOfNonStruct()
602 void BeginBuilderArgs(const StructDef &struct_def, std::string *code_ptr) { in BeginBuilderArgs()
615 void StructBuilderArgs(const StructDef &struct_def, const char *nameprefix, in StructBuilderArgs()
643 void StructBuilderBody(const StructDef &struct_def, const char *nameprefix, in StructBuilderBody()
672 void GetStartOfTable(const StructDef &struct_def, std::string *code_ptr) { in GetStartOfTable()
682 void BuildFieldOfTable(const StructDef &struct_def, const FieldDef &field, in BuildFieldOfTable()
719 void BuildVectorOfTable(const StructDef &struct_def, const FieldDef &field, in BuildVectorOfTable()
735 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
743 void GenReceiver(const StructDef &struct_def, std::string *code_ptr) { in GenReceiver()
749 void GenStructAccessor(const StructDef &struct_def, const FieldDef &field, in GenStructAccessor()
798 void MutateScalarFieldOfStruct(const StructDef &struct_def, in MutateScalarFieldOfStruct()
813 void MutateScalarFieldOfTable(const StructDef &struct_def, in MutateScalarFieldOfTable()
827 void MutateElementOfVectorOfNonStruct(const StructDef &struct_def, in MutateElementOfVectorOfNonStruct()
849 void GenStructMutator(const StructDef &struct_def, const FieldDef &field, in GenStructMutator()
866 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
885 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
932 void GenKeyCompare(const StructDef &struct_def, const FieldDef &field, in GenKeyCompare()
954 void GenLookupByKey(const StructDef &struct_def, const FieldDef &field, in GenLookupByKey()
1005 void GenNativeStruct(const StructDef &struct_def, std::string *code_ptr) { in GenNativeStruct()
1096 void GenNativeTablePack(const StructDef &struct_def, std::string *code_ptr) { in GenNativeTablePack()
1218 void GenNativeTableUnPack(const StructDef &struct_def, in GenNativeTableUnPack()
1295 void GenNativeStructPack(const StructDef &struct_def, std::string *code_ptr) { in GenNativeStructPack()
1307 void StructPackArgs(const StructDef &struct_def, const char *nameprefix, in StructPackArgs()
1323 void GenNativeStructUnPack(const StructDef &struct_def, in GenNativeStructUnPack()
1514 void GenStructBuilder(const StructDef &struct_def, std::string *code_ptr) { in GenStructBuilder()