| 432 | } |
| 433 | |
| 434 | std::string TD_TL_writer_java::gen_store_function_end(const std::vector<tl::var_description> &vars, |
| 435 | int storer_type) const { |
| 436 | assert(false); |
| 437 | return ""; |
| 438 | } |
| 439 | |
| 440 | std::string TD_TL_writer_java::gen_fetch_switch_begin() const { |
| 441 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected