| 138 | } |
| 139 | |
| 140 | std::string TD_TL_writer_java::gen_var_name(const tl::var_description &desc) const { |
| 141 | assert(false); |
| 142 | return std::string(); |
| 143 | } |
| 144 | |
| 145 | std::string TD_TL_writer_java::gen_parameter_name(int index) const { |
| 146 | assert(false); |
nothing calls this directly
no outgoing calls
no test coverage detected