• Home
  • Raw
  • Download

Lines Matching refs:code_ptr

270   void GenEnum(EnumDef &enum_def, std::string *code_ptr,  in GenEnum()  argument
272 std::string &code = *code_ptr; in GenEnum()
280 GenComment(enum_def.doc_comment, code_ptr, &comment_config); in GenEnum()
301 GenComment(ev.doc_comment, code_ptr, &comment_config, " "); in GenEnum()
311 GenEnum_ObjectAPI(enum_def, code_ptr, opts); in GenEnum()
383 void GenStructArgs(const StructDef &struct_def, std::string *code_ptr, in GenStructArgs() argument
385 std::string &code = *code_ptr; in GenStructArgs()
397 GenStructArgs(*field_type.struct_def, code_ptr, in GenStructArgs()
418 void GenStructBody(const StructDef &struct_def, std::string *code_ptr, in GenStructBody() argument
421 std::string &code = *code_ptr; in GenStructBody()
435 GenStructBody(*field_type.struct_def, code_ptr, in GenStructBody()
449 GenStructBody(*field_type.struct_def, code_ptr, in GenStructBody()
521 void GenStruct(StructDef &struct_def, std::string *code_ptr, in GenStruct() argument
524 std::string &code = *code_ptr; in GenStruct()
532 GenComment(struct_def.doc_comment, code_ptr, &comment_config); in GenStruct()
603 GenComment(field.doc_comment, code_ptr, &comment_config, " "); in GenStruct()
963 GenStructArgs(struct_def, code_ptr, ""); in GenStruct()
965 GenStructBody(struct_def, code_ptr, ""); in GenStruct()
1215 GenPackUnPack_ObjectAPI(struct_def, code_ptr, opts, struct_has_create, in GenStruct()
1221 GenStruct_ObjectAPI(struct_def, code_ptr, opts); in GenStruct()
1226 std::string *code_ptr) const { in GenVectorAccessObject()
1227 auto &code = *code_ptr; in GenVectorAccessObject()
1283 void GenEnum_ObjectAPI(EnumDef &enum_def, std::string *code_ptr, in GenEnum_ObjectAPI() argument
1285 auto &code = *code_ptr; in GenEnum_ObjectAPI()
1434 void GenUnionUnPack_ObjectAPI(const EnumDef &enum_def, std::string *code_ptr, in GenUnionUnPack_ObjectAPI() argument
1437 auto &code = *code_ptr; in GenUnionUnPack_ObjectAPI()
1485 StructDef &struct_def, std::string *code_ptr, const IDLOptions &opts, in GenPackUnPack_ObjectAPI() argument
1488 auto &code = *code_ptr; in GenPackUnPack_ObjectAPI()
1536 GenUnionUnPack_ObjectAPI(*field.value.type.enum_def, code_ptr, in GenPackUnPack_ObjectAPI()
1557 GenUnionUnPack_ObjectAPI(*field.value.type.enum_def, code_ptr, in GenPackUnPack_ObjectAPI()
1594 GenStructPackDecl_ObjectAPI(*field.value.type.struct_def, code_ptr, in GenPackUnPack_ObjectAPI()
1682 GenStructPackDecl_ObjectAPI(*field.value.type.struct_def, code_ptr, in GenPackUnPack_ObjectAPI()
1715 code_ptr, in GenPackUnPack_ObjectAPI()
1734 code_ptr, in GenPackUnPack_ObjectAPI()
1806 const StructDef &struct_def, std::string *code_ptr, in GenStructPackDecl_ObjectAPI() argument
1808 auto &code = *code_ptr; in GenStructPackDecl_ObjectAPI()
1821 GenStructPackDecl_ObjectAPI(*field_type.struct_def, code_ptr, in GenStructPackDecl_ObjectAPI()
1882 std::string *code_ptr, in GenStructPackCall_ObjectAPI() argument
1884 auto &code = *code_ptr; in GenStructPackCall_ObjectAPI()
1890 GenStructPackCall_ObjectAPI(*field_type.struct_def, code_ptr, in GenStructPackCall_ObjectAPI()
1940 void GenStruct_ObjectAPI(StructDef &struct_def, std::string *code_ptr, in GenStruct_ObjectAPI() argument
1942 auto &code = *code_ptr; in GenStruct_ObjectAPI()