| 593 | } |
| 594 | |
| 595 | std::string TD_TL_writer_cpp::gen_fetch_function_result_end() const { |
| 596 | return ";\n" |
| 597 | "#undef FAIL\n" |
| 598 | "}\n"; |
| 599 | } |
| 600 | |
| 601 | std::string TD_TL_writer_cpp::gen_fetch_function_result_any_begin(const std::string &parser_name, |
| 602 | const std::string &class_name, bool is_proxy) const { |
nothing calls this directly
no outgoing calls
no test coverage detected