Lines Matching defs:code_ptr
63 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()
95 std::string *code_ptr) { in EnumMember()
102 void EndEnum(std::string *code_ptr) { in EndEnum()
108 std::string *code_ptr) { in GenerateNewObjectPrototype()
122 std::string *code_ptr) { in NewRootTypeFromBuffer()
141 void InitializeExisting(const StructDef &struct_def, std::string *code_ptr) { in InitializeExisting()
153 std::string *code_ptr) { in GetVectorLen()
168 const FieldDef &field, std::string *code_ptr) { in GetScalarFieldOfStruct()
182 std::string *code_ptr) { in GetScalarFieldOfTable()
207 const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfStruct()
222 std::string *code_ptr) { in GetStructFieldOfTable()
246 std::string *code_ptr) { in GetStringField()
261 std::string *code_ptr) { in GetUnionField()
290 const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfStruct()
319 std::string *code_ptr) { in GetMemberOfVectorOfNonStruct()
344 const FieldDef &field, std::string *code_ptr) { in AccessByteVectorAsString()
355 void BeginBuilderArgs(const StructDef &struct_def, std::string *code_ptr) { in BeginBuilderArgs()
366 std::string *code_ptr) { in StructBuilderArgs()
386 void EndBuilderArgs(std::string *code_ptr) { in EndBuilderArgs()
394 std::string *code_ptr) { in StructBuilderBody()
417 void EndBuilderBody(std::string *code_ptr) { in EndBuilderBody()
424 void GetStartOfTable(const StructDef &struct_def, std::string *code_ptr) { in GetStartOfTable()
435 const size_t offset, std::string *code_ptr) { in BuildFieldOfTable()
459 std::string *code_ptr) { in BuildVectorOfTable()
473 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
481 void GenReceiver(const StructDef &struct_def, std::string *code_ptr) { in GenReceiver()
488 std::string *code_ptr) { in GenStructAccessor()
531 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
550 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
585 void GenEnum(const EnumDef &enum_def, std::string *code_ptr) { in GenEnum()
659 void GenStructBuilder(const StructDef &struct_def, std::string *code_ptr) { in GenStructBuilder()
699 std::string *code_ptr) { in BeginFile()