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()
169 const FieldDef &field, std::string *code_ptr) { in GetScalarFieldOfStruct()
183 std::string *code_ptr) { in GetScalarFieldOfTable()
208 const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfStruct()
223 std::string *code_ptr) { in GetStructFieldOfTable()
247 std::string *code_ptr) { in GetStringField()
262 std::string *code_ptr) { in GetUnionField()
291 const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfStruct()
320 std::string *code_ptr) { in GetMemberOfVectorOfNonStruct()
345 const FieldDef &field, std::string *code_ptr) { in AccessByteVectorAsString()
356 void BeginBuilderArgs(const StructDef &struct_def, std::string *code_ptr) { in BeginBuilderArgs()
367 std::string *code_ptr) { in StructBuilderArgs()
387 void EndBuilderArgs(std::string *code_ptr) { in EndBuilderArgs()
395 std::string *code_ptr) { in StructBuilderBody()
419 void EndBuilderBody(std::string *code_ptr) { in EndBuilderBody()
426 void GetStartOfTable(const StructDef &struct_def, std::string *code_ptr) { in GetStartOfTable()
437 const size_t offset, std::string *code_ptr) { in BuildFieldOfTable()
461 std::string *code_ptr) { in BuildVectorOfTable()
475 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
483 void GenReceiver(const StructDef &struct_def, std::string *code_ptr) { in GenReceiver()
490 std::string *code_ptr) { in GenStructAccessor()
533 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
552 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
587 void GenEnum(const EnumDef &enum_def, std::string *code_ptr) { in GenEnum()
661 void GenStructBuilder(const StructDef &struct_def, std::string *code_ptr) { in GenStructBuilder()
701 std::string *code_ptr) { in BeginFile()