Lines Matching defs:code_ptr
66 std::string *code_ptr) { in BeginFile()
100 static void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
110 static void EndClass(std::string *code_ptr) { in EndClass()
116 static void BeginEnum(const std::string &class_name, std::string *code_ptr) { in BeginEnum()
123 std::string *code_ptr) { in EnumMember()
132 static void EndEnum(std::string *code_ptr) { in EndEnum()
139 std::string *code_ptr) { in NewRootTypeFromBuffer()
160 std::string *code_ptr) { in InitializeExisting()
177 static void GetVectorLen(const FieldDef &field, std::string *code_ptr) { in GetVectorLen()
194 static void GetUByte(const FieldDef &field, std::string *code_ptr) { in GetUByte()
210 std::string *code_ptr) { in GetScalarFieldOfStruct()
233 void GetScalarFieldOfTable(const FieldDef &field, std::string *code_ptr) { in GetScalarFieldOfTable()
254 void GetStructFieldOfStruct(const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfStruct()
273 void GetStructFieldOfTable(const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfTable()
296 void GetStringField(const FieldDef &field, std::string *code_ptr) { in GetStringField()
311 void GetUnionField(const FieldDef &field, std::string *code_ptr) { in GetUnionField()
329 const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfStruct()
389 std::string *code_ptr) { in GetMemberOfVectorOfNonStruct()
421 void GetMemberOfVectorOfUnion(const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfUnion()
444 const char *nameprefix, std::string *code_ptr) { in StructBuilderArgs()
466 const char *nameprefix, std::string *code_ptr) { in StructBuilderBody()
490 std::string *code_ptr) { in GetStartOfTable()
551 std::string *code_ptr) { in BuildFieldOfTable()
582 static void BuildVectorOfTable(const FieldDef &field, std::string *code_ptr) { in BuildVectorOfTable()
633 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
674 std::string *code_ptr) { in GenStructAccessor()
717 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
745 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
811 static void GenEnum(const EnumDef &enum_def, std::string *code_ptr) { in GenEnum()
914 std::string *code_ptr) { in GenStructBuilder()