| 21 | } |
| 22 | |
| 23 | Decoder_repetition* |
| 24 | Decoder_repetition ::clone() const |
| 25 | { |
| 26 | return new Decoder_repetition(*this); |
| 27 | } |
| 28 | |
| 29 | void |
| 30 | Decoder_repetition ::get_description(cli::Argument_map_info& args) const |
nothing calls this directly
no outgoing calls
no test coverage detected