| 303 | } |
| 304 | |
| 305 | std::string TD_TL_writer_java::gen_uni(const tl::tl_tree_type *result_type, std::vector<tl::var_description> &vars, |
| 306 | bool check_negative) const { |
| 307 | assert(result_type->children.empty()); |
| 308 | return ""; |
| 309 | } |
| 310 | |
| 311 | std::string TD_TL_writer_java::gen_constructor_id_store(std::int32_t id, int storer_type) const { |
| 312 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected