| 659 | } |
| 660 | |
| 661 | std::string TD_TL_writer_cpp::gen_fetch_switch_end() const { |
| 662 | return " default:\n" |
| 663 | " FAIL(PSTRING() << \"Unknown constructor found \" << td::format::as_hex(constructor));\n" |
| 664 | " }\n"; |
| 665 | } |
| 666 | |
| 667 | std::string TD_TL_writer_cpp::gen_constructor_begin(int fields_num, const std::string &class_name, |
| 668 | bool is_default) const { |
nothing calls this directly
no outgoing calls
no test coverage detected