| 355 | } |
| 356 | |
| 357 | std::string TD_TL_writer_java::gen_field_store(const tl::arg &a, std::vector<tl::var_description> &vars, bool flat, |
| 358 | int storer_type) const { |
| 359 | return ""; |
| 360 | } |
| 361 | |
| 362 | std::string TD_TL_writer_java::gen_type_fetch(const std::string &field_name, const tl::tl_tree_type *tree_type, |
| 363 | const std::vector<tl::var_description> &vars, int parser_type) const { |
nothing calls this directly
no outgoing calls
no test coverage detected