Lines Matching refs:StructDef
40 static void GenStructBuilder(const StructDef &struct_def,
42 static void GenReceiver(const StructDef &struct_def, std::string *code_ptr);
57 static void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
118 static void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer()
135 static void InitializeExisting(const StructDef &struct_def, in InitializeExisting()
148 static void GenTableAccessor(const StructDef &struct_def, in GenTableAccessor()
165 static void GetVectorLen(const StructDef &struct_def, in GetVectorLen()
178 static void GetUByteSlice(const StructDef &struct_def, in GetUByteSlice()
191 static void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct()
205 static void GetScalarFieldOfTable(const StructDef &struct_def, in GetScalarFieldOfTable()
221 static void GetStructFieldOfStruct(const StructDef &struct_def, in GetStructFieldOfStruct()
241 static void GetStructFieldOfTable(const StructDef &struct_def, in GetStructFieldOfTable()
264 static void GetStringField(const StructDef &struct_def, in GetStringField()
277 static void GetUnionField(const StructDef &struct_def, in GetUnionField()
292 static void GetMemberOfVectorOfStruct(const StructDef &struct_def, in GetMemberOfVectorOfStruct()
316 static void GetMemberOfVectorOfNonStruct(const StructDef &struct_def, in GetMemberOfVectorOfNonStruct()
340 static void BeginBuilderArgs(const StructDef &struct_def, in BeginBuilderArgs()
354 static void StructBuilderArgs(const StructDef &struct_def, in StructBuilderArgs()
385 static void StructBuilderBody(const StructDef &struct_def, in StructBuilderBody()
415 static void GetStartOfTable(const StructDef &struct_def, in GetStartOfTable()
426 static void BuildFieldOfTable(const StructDef &struct_def, in BuildFieldOfTable()
455 static void BuildVectorOfTable(const StructDef &struct_def, in BuildVectorOfTable()
472 static void GetEndOffsetOnTable(const StructDef &struct_def, in GetEndOffsetOnTable()
481 static void GenReceiver(const StructDef &struct_def, std::string *code_ptr) { in GenReceiver()
487 static void GenStructAccessor(const StructDef &struct_def, in GenStructAccessor()
534 static void MutateScalarFieldOfStruct(const StructDef &struct_def, in MutateScalarFieldOfStruct()
548 static void MutateScalarFieldOfTable(const StructDef &struct_def, in MutateScalarFieldOfTable()
562 static void GenStructMutator(const StructDef &struct_def, in GenStructMutator()
576 static void GenTableBuilders(const StructDef &struct_def, in GenTableBuilders()
597 static void GenStruct(const StructDef &struct_def, in GenStruct()
714 static void GenStructBuilder(const StructDef &struct_def, in GenStructBuilder()