| 412 | } |
| 413 | |
| 414 | std::string TD_TL_writer_java::gen_fetch_function_result_end() const { |
| 415 | return ""; |
| 416 | } |
| 417 | |
| 418 | std::string TD_TL_writer_java::gen_fetch_function_result_any_begin(const std::string &parser_name, |
| 419 | const std::string &class_name, bool is_proxy) const { |
nothing calls this directly
no outgoing calls
no test coverage detected