| 394 | } |
| 395 | |
| 396 | std::string TD_TL_writer_java::gen_fetch_function_begin(const std::string &parser_name, const std::string &class_name, |
| 397 | const std::string &parent_class_name, int arity, |
| 398 | std::vector<tl::var_description> &vars, int parser_type) const { |
| 399 | return ""; |
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected