| 70 | } |
| 71 | |
| 72 | std::vector<std::string> TD_TL_writer_java::get_parsers() const { |
| 73 | std::vector<std::string> parsers; |
| 74 | parsers.push_back("<inlined>"); |
| 75 | return parsers; |
| 76 | } |
| 77 | |
| 78 | std::vector<std::string> TD_TL_writer_java::get_storers() const { |
| 79 | return std::vector<std::string>(); |
nothing calls this directly
no outgoing calls
no test coverage detected