| 234 | } |
| 235 | |
| 236 | std::string TD_TL_writer_hpp::gen_additional_proxy_function_case(const std::string &function_name, |
| 237 | const tl::tl_type *type, const std::string &class_name, |
| 238 | int arity) const { |
| 239 | //assert(function_name == "downcast_call"); |
| 240 | assert(false); |
| 241 | return ""; |
| 242 | } |
| 243 | |
| 244 | std::string TD_TL_writer_hpp::gen_additional_proxy_function_case(const std::string &function_name, |
| 245 | const tl::tl_type *type, const tl::tl_combinator *t, |
nothing calls this directly
no outgoing calls
no test coverage detected