| 400 | } |
| 401 | |
| 402 | std::string TD_TL_writer_java::gen_fetch_function_end(bool has_parent, int field_num, |
| 403 | const std::vector<tl::var_description> &vars, |
| 404 | int parser_type) const { |
| 405 | return ""; |
| 406 | } |
| 407 | |
| 408 | std::string TD_TL_writer_java::gen_fetch_function_result_begin(const std::string &parser_name, |
| 409 | const std::string &class_name, |
nothing calls this directly
no outgoing calls
no test coverage detected