| 447 | } |
| 448 | |
| 449 | std::string TD_TL_writer_java::gen_fetch_switch_end() const { |
| 450 | return ""; |
| 451 | } |
| 452 | |
| 453 | std::string TD_TL_writer_java::gen_constructor_begin(int fields_num, const std::string &class_name, |
| 454 | bool is_default) const { |
nothing calls this directly
no outgoing calls
no test coverage detected