• Home
  • Raw
  • Download

Lines Matching defs:code_ptr

68                  std::string *code_ptr) {  in BeginFile()
102 static void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass()
112 static void EndClass(std::string *code_ptr) { in EndClass()
118 static void BeginEnum(const std::string &class_name, std::string *code_ptr) { in BeginEnum()
125 std::string *code_ptr) { in EnumMember()
134 static void EndEnum(std::string *code_ptr) { in EndEnum()
141 std::string *code_ptr) { in NewRootTypeFromBuffer()
162 std::string *code_ptr) { in InitializeExisting()
179 static void GetVectorLen(const FieldDef &field, std::string *code_ptr) { in GetVectorLen()
196 static void GetUByte(const FieldDef &field, std::string *code_ptr) { in GetUByte()
212 std::string *code_ptr) { in GetScalarFieldOfStruct()
235 void GetScalarFieldOfTable(const FieldDef &field, std::string *code_ptr) { in GetScalarFieldOfTable()
257 void GetStructFieldOfStruct(const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfStruct()
276 void GetStructFieldOfTable(const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfTable()
300 void GetStringField(const FieldDef &field, std::string *code_ptr) { in GetStringField()
315 void GetUnionField(const FieldDef &field, std::string *code_ptr) { in GetUnionField()
333 const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfStruct()
394 std::string *code_ptr) { in GetMemberOfVectorOfNonStruct()
426 void GetMemberOfVectorOfUnion(const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfUnion()
449 const char *nameprefix, std::string *code_ptr) { in StructBuilderArgs()
471 const char *nameprefix, std::string *code_ptr) { in StructBuilderBody()
496 std::string *code_ptr) { in GetStartOfTable()
558 std::string *code_ptr) { in BuildFieldOfTable()
589 static void BuildVectorOfTable(const FieldDef &field, std::string *code_ptr) { in BuildVectorOfTable()
641 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
682 std::string *code_ptr) { in GenStructAccessor()
725 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
753 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
819 static void GenEnum(const EnumDef &enum_def, std::string *code_ptr) { in GenEnum()
922 std::string *code_ptr) { in GenStructBuilder()