| 421 | } |
| 422 | |
| 423 | std::string TD_TL_writer_java::gen_fetch_function_result_any_end(bool is_proxy) const { |
| 424 | return ""; |
| 425 | } |
| 426 | |
| 427 | std::string TD_TL_writer_java::gen_store_function_begin(const std::string &storer_name, const std::string &class_name, |
| 428 | int arity, std::vector<tl::var_description> &vars, |
nothing calls this directly
no outgoing calls
no test coverage detected