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()
142 void InitializeExisting(const StructDef &struct_def, std::string *code_ptr) { in InitializeExisting()
153 std::string *code_ptr) { in GetVectorLen()
165 std::string *code_ptr) { in GetVectorIsNone()
180 const FieldDef &field, std::string *code_ptr) { in GetScalarFieldOfStruct()
192 std::string *code_ptr) { in GetScalarFieldOfTable()
217 const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfStruct()
229 std::string *code_ptr) { in GetArrayOfStruct()
254 std::string *code_ptr) { in GetStructFieldOfTable()
279 std::string *code_ptr) { in GetStringField()
292 std::string *code_ptr) { in GetUnionField()
331 const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfStruct()
360 std::string *code_ptr) { in GetMemberOfVectorOfNonStruct()
385 std::string *code_ptr) { in GetVectorOfNonStructAsNumpy()
412 void BeginBuilderArgs(const StructDef &struct_def, std::string *code_ptr) { in BeginBuilderArgs()
426 std::string *code_ptr) { in StructBuilderArgs()
453 void EndBuilderArgs(std::string *code_ptr) { in EndBuilderArgs()
461 std::string *code_ptr, size_t index = 0, in StructBuilderBody()
508 void EndBuilderBody(std::string *code_ptr) { in EndBuilderBody()
514 void GetStartOfTable(const StructDef &struct_def, std::string *code_ptr) { in GetStartOfTable()
525 const size_t offset, std::string *code_ptr) { in BuildFieldOfTable()
551 std::string *code_ptr) { in BuildVectorOfTable()
565 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
573 void GenReceiver(const StructDef &struct_def, std::string *code_ptr) { in GenReceiver()
581 std::string *code_ptr) { in GenStructAccessor()
625 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
645 std::string *code_ptr) { in GenHasFileIdentifier()
668 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
703 std::string *code_ptr) { in GenReceiverForObjectAPI()
710 std::string *code_ptr) { in BeginClassForObjectAPI()
833 void GenInitialize(const StructDef &struct_def, std::string *code_ptr, in GenInitialize()
912 void InitializeFromBuf(const StructDef &struct_def, std::string *code_ptr) { in InitializeFromBuf()
926 std::string *code_ptr) { in InitializeFromObjForObject()
940 std::string *code_ptr) { in GenUnPackForStruct()
970 std::string *code_ptr) { in GenUnPackForUnion()
989 const FieldDef &field, std::string *code_ptr) { in GenUnPackForStructVector()
1023 std::string *code_ptr, int indents) { in GenUnpackforScalarVectorHelper()
1038 const FieldDef &field, std::string *code_ptr) { in GenUnPackForScalarVector()
1063 std::string *code_ptr) { in GenUnPackForScalar()
1074 void GenUnPack(const StructDef &struct_def, std::string *code_ptr) { in GenUnPack()
1132 void GenPackForStruct(const StructDef &struct_def, std::string *code_ptr) { in GenPackForStruct()
1151 std::string *code_ptr) { in GenPackForStructVectorField()
1201 std::string *code_ptr, int indents) { in GenPackForScalarVectorFieldHelper()
1236 std::string *code_ptr) { in GenPackForScalarVectorField()
1285 std::string *code_ptr) { in GenPackForStructField()
1316 std::string *code_ptr) { in GenPackForUnionField()
1334 void GenPackForTable(const StructDef &struct_def, std::string *code_ptr) { in GenPackForTable()
1404 std::string *code_ptr) { in GenStructForObjectAPI()
1438 std::string *code_ptr) { in GenUnionCreatorForStruct()
1456 std::string *code_ptr) { in GenUnionCreatorForString()
1469 void GenUnionCreator(const EnumDef &enum_def, std::string *code_ptr) { in GenUnionCreator()
1497 void GenEnum(const EnumDef &enum_def, std::string *code_ptr) { in GenEnum()
1563 void GenStructBuilder(const StructDef &struct_def, std::string *code_ptr) { in GenStructBuilder()
1613 std::string *code_ptr) { in BeginFile()