Lines Matching refs:StructDef
126 void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
201 void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
218 void InitializeExisting(const StructDef &struct_def, std::string *code_ptr) { in InitializeExisting()
230 void GenTableAccessor(const StructDef &struct_def, std::string *code_ptr) { in GenTableAccessor()
246 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen()
258 void GetUByteSlice(const StructDef &struct_def, const FieldDef &field, in GetUByteSlice()
270 void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct()
284 void GetScalarFieldOfTable(const StructDef &struct_def, in GetScalarFieldOfTable()
300 void GetStructFieldOfStruct(const StructDef &struct_def, in GetStructFieldOfStruct()
320 void GetStructFieldOfTable(const StructDef &struct_def, in GetStructFieldOfTable()
343 void GetStringField(const StructDef &struct_def, in GetStringField()
356 void GetUnionField(const StructDef &struct_def, const FieldDef &field, in GetUnionField()
370 void GetMemberOfVectorOfStruct(const StructDef &struct_def, in GetMemberOfVectorOfStruct()
394 void GetMemberOfVectorOfNonStruct(const StructDef &struct_def, in GetMemberOfVectorOfNonStruct()
420 void BeginBuilderArgs(const StructDef &struct_def, std::string *code_ptr) { in BeginBuilderArgs()
433 void StructBuilderArgs(const StructDef &struct_def, const char *nameprefix, in StructBuilderArgs()
461 void StructBuilderBody(const StructDef &struct_def, in StructBuilderBody()
488 void GetStartOfTable(const StructDef &struct_def, std::string *code_ptr) { in GetStartOfTable()
498 void BuildFieldOfTable(const StructDef &struct_def, const FieldDef &field, in BuildFieldOfTable()
525 void BuildVectorOfTable(const StructDef &struct_def, in BuildVectorOfTable()
541 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
549 void GenReceiver(const StructDef &struct_def, std::string *code_ptr) { in GenReceiver()
555 void GenStructAccessor(const StructDef &struct_def, in GenStructAccessor()
596 void MutateScalarFieldOfStruct(const StructDef &struct_def, in MutateScalarFieldOfStruct()
610 void MutateScalarFieldOfTable(const StructDef &struct_def, in MutateScalarFieldOfTable()
624 void GenStructMutator(const StructDef &struct_def, const FieldDef &field, in GenStructMutator()
637 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
656 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
780 void GenStructBuilder(const StructDef &struct_def, std::string *code_ptr) { in GenStructBuilder()