| 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, |
| 410 | const tl::tl_tree *result) const { |
| 411 | return ""; |
| 412 | } |
| 413 | |
| 414 | std::string TD_TL_writer_java::gen_fetch_function_result_end() const { |
| 415 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected