Lines Matching refs:StructDef
89 void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
130 void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
149 void InitializeExisting(const StructDef &struct_def, in InitializeExisting()
160 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen()
172 void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct()
185 void GetScalarFieldOfTable(const StructDef &struct_def, in GetScalarFieldOfTable()
213 void GetStructFieldOfStruct(const StructDef &struct_def, in GetStructFieldOfStruct()
227 void GetStructFieldOfTable(const StructDef &struct_def, in GetStructFieldOfTable()
250 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField()
263 void GetUnionField(const StructDef &struct_def, const FieldDef &field, in GetUnionField()
285 void GetMemberOfVectorOfStruct(const StructDef &struct_def, in GetMemberOfVectorOfStruct()
311 void GetMemberOfVectorOfNonStruct(const StructDef &struct_def, in GetMemberOfVectorOfNonStruct()
336 void GetVectorOfNonStructAsNumpy(const StructDef &struct_def, in GetVectorOfNonStructAsNumpy()
365 void BeginBuilderArgs(const StructDef &struct_def, in BeginBuilderArgs()
376 void StructBuilderArgs(const StructDef &struct_def, in StructBuilderArgs()
403 void StructBuilderBody(const StructDef &struct_def, in StructBuilderBody()
429 void GetStartOfTable(const StructDef &struct_def, in GetStartOfTable()
440 void BuildFieldOfTable(const StructDef &struct_def, in BuildFieldOfTable()
466 void BuildVectorOfTable(const StructDef &struct_def, in BuildVectorOfTable()
481 void GetEndOffsetOnTable(const StructDef &struct_def, in GetEndOffsetOnTable()
490 void GenReceiver(const StructDef &struct_def, std::string *code_ptr) { in GenReceiver()
497 void GenStructAccessor(const StructDef &struct_def, in GenStructAccessor()
536 void GenTableBuilders(const StructDef &struct_def, in GenTableBuilders()
556 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
653 void GenStructBuilder(const StructDef &struct_def, in GenStructBuilder()