• Home
  • Raw
  • Download

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()
137 void InitializeExisting(const StructDef &struct_def, std::string *code_ptr) { in InitializeExisting()
149 std::string *code_ptr) { in GetVectorLen()
164 const FieldDef &field, std::string *code_ptr) { in GetScalarFieldOfStruct()
178 std::string *code_ptr) { in GetScalarFieldOfTable()
203 const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfStruct()
218 std::string *code_ptr) { in GetStructFieldOfTable()
242 std::string *code_ptr) { in GetStringField()
257 std::string *code_ptr) { in GetUnionField()
286 const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfStruct()
315 std::string *code_ptr) { in GetMemberOfVectorOfNonStruct()
339 void BeginBuilderArgs(const StructDef &struct_def, std::string *code_ptr) { in BeginBuilderArgs()
350 std::string *code_ptr) { in StructBuilderArgs()
370 void EndBuilderArgs(std::string *code_ptr) { in EndBuilderArgs()
378 std::string *code_ptr) { in StructBuilderBody()
401 void EndBuilderBody(std::string *code_ptr) { in EndBuilderBody()
408 void GetStartOfTable(const StructDef &struct_def, std::string *code_ptr) { in GetStartOfTable()
419 const size_t offset, std::string *code_ptr) { in BuildFieldOfTable()
443 std::string *code_ptr) { in BuildVectorOfTable()
457 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable()
465 void GenReceiver(const StructDef &struct_def, std::string *code_ptr) { in GenReceiver()
472 std::string *code_ptr) { in GenStructAccessor()
511 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders()
530 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct()
565 void GenEnum(const EnumDef &enum_def, std::string *code_ptr) { in GenEnum()
639 void GenStructBuilder(const StructDef &struct_def, std::string *code_ptr) { in GenStructBuilder()
679 std::string *code_ptr) { in BeginFile()