• Home
  • Raw
  • Download

Lines Matching defs:code_ptr

64   void BeginClass(const StructDef &struct_def, std::string *code_ptr) {  in BeginClass()
72 void BeginEnum(const std::string &class_name, std::string *code_ptr) { in BeginEnum()
108 std::string *code_ptr) { in EnumMember()
117 void EndEnum(std::string *code_ptr) { in EndEnum()
124 std::string *code_ptr) { in NewRootTypeFromBuffer()
149 void InitializeExisting(const StructDef &struct_def, std::string *code_ptr) { in InitializeExisting()
160 std::string *code_ptr) { in GetVectorLen()
172 std::string *code_ptr) { in GetVectorIsNone()
187 const FieldDef &field, std::string *code_ptr) { in GetScalarFieldOfStruct()
199 std::string *code_ptr) { in GetScalarFieldOfTable()
224 const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfStruct()
236 std::string *code_ptr) { in GetArrayOfStruct()
261 std::string *code_ptr) { in GetStructFieldOfTable()
286 std::string *code_ptr) { in GetStringField()
299 std::string *code_ptr) { in GetUnionField()
338 const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfStruct()
367 std::string *code_ptr) { in GetMemberOfVectorOfNonStruct()
392 std::string *code_ptr) { in GetVectorOfNonStructAsNumpy()
421 std::string *code_ptr) { in GetVectorAsNestedFlatbuffer()
452 void BeginBuilderArgs(const StructDef &struct_def, std::string *code_ptr) { in BeginBuilderArgs()
466 std::string *code_ptr) { in StructBuilderArgs()
493 void EndBuilderArgs(std::string *code_ptr) { in EndBuilderArgs()
501 std::string *code_ptr, size_t index = 0, in StructBuilderBody()
548 void EndBuilderBody(std::string *code_ptr) { in EndBuilderBody()
554 void GetStartOfTable(const StructDef &struct_def, std::string *code_ptr) { in GetStartOfTable()
569 const size_t offset, std::string *code_ptr) { in BuildFieldOfTable()
608 std::string *code_ptr) { in BuildVectorOfTable()
633 void BuildVectorOfTableFromBytes(const FieldDef &field, std::string *code_ptr) { in BuildVectorOfTableFromBytes()
676 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
687 void GenReceiver(const StructDef &struct_def, std::string *code_ptr) { in GenReceiver()
695 std::string *code_ptr) { in GenStructAccessor()
739 void GenStructSizeOf(const StructDef &struct_def, std::string *code_ptr) { in GenStructSizeOf()
749 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
770 std::string *code_ptr) { in GenHasFileIdentifier()
793 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
831 std::string *code_ptr) { in GenReceiverForObjectAPI()
838 std::string *code_ptr) { in BeginClassForObjectAPI()
961 void GenInitialize(const StructDef &struct_def, std::string *code_ptr, in GenInitialize()
1040 void InitializeFromBuf(const StructDef &struct_def, std::string *code_ptr) { in InitializeFromBuf()
1054 std::string *code_ptr) { in InitializeFromObjForObject()
1068 std::string *code_ptr) { in GenUnPackForStruct()
1098 std::string *code_ptr) { in GenUnPackForUnion()
1117 const FieldDef &field, std::string *code_ptr) { in GenUnPackForStructVector()
1151 std::string *code_ptr, int indents) { in GenUnpackforScalarVectorHelper()
1166 const FieldDef &field, std::string *code_ptr) { in GenUnPackForScalarVector()
1191 std::string *code_ptr) { in GenUnPackForScalar()
1202 void GenUnPack(const StructDef &struct_def, std::string *code_ptr) { in GenUnPack()
1260 void GenPackForStruct(const StructDef &struct_def, std::string *code_ptr) { in GenPackForStruct()
1279 std::string *code_ptr) { in GenPackForStructVectorField()
1327 std::string *code_ptr, int indents) { in GenPackForScalarVectorFieldHelper()
1362 std::string *code_ptr) { in GenPackForScalarVectorField()
1409 std::string *code_ptr) { in GenPackForStructField()
1440 std::string *code_ptr) { in GenPackForUnionField()
1458 void GenPackForTable(const StructDef &struct_def, std::string *code_ptr) { in GenPackForTable()
1527 std::string *code_ptr) { in GenStructForObjectAPI()
1561 std::string *code_ptr) { in GenUnionCreatorForStruct()
1579 std::string *code_ptr) { in GenUnionCreatorForString()
1592 void GenUnionCreator(const EnumDef &enum_def, std::string *code_ptr) { in GenUnionCreator()
1620 void GenEnum(const EnumDef &enum_def, std::string *code_ptr) { in GenEnum()
1686 void GenStructBuilder(const StructDef &struct_def, std::string *code_ptr) { in GenStructBuilder()
1736 std::string *code_ptr) { in BeginFile()