• Home
  • Raw
  • Download

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()
255 void GetStructFieldOfStruct(const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfStruct()
274 void GetStructFieldOfTable(const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfTable()
298 void GetStringField(const FieldDef &field, std::string *code_ptr) { in GetStringField()
313 void GetUnionField(const FieldDef &field, std::string *code_ptr) { in GetUnionField()
331 const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfStruct()
392 std::string *code_ptr) { in GetMemberOfVectorOfNonStruct()
424 void GetMemberOfVectorOfUnion(const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfUnion()
447 const char *nameprefix, std::string *code_ptr) { in StructBuilderArgs()
469 const char *nameprefix, std::string *code_ptr) { in StructBuilderBody()
494 std::string *code_ptr) { in GetStartOfTable()
556 std::string *code_ptr) { in BuildFieldOfTable()
587 static void BuildVectorOfTable(const FieldDef &field, std::string *code_ptr) { in BuildVectorOfTable()
639 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
680 std::string *code_ptr) { in GenStructAccessor()
723 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
751 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
817 static void GenEnum(const EnumDef &enum_def, std::string *code_ptr) { in GenEnum()
920 std::string *code_ptr) { in GenStructBuilder()