virtual destructor
| 26 | ParserImpl() : data_ptr_(0), data_end_(0) {} |
| 27 | // virtual destructor |
| 28 | virtual ~ParserImpl() {} |
| 29 | /*! \brief implement next */ |
| 30 | virtual bool Next(void) { |
| 31 | while (true) { |
nothing calls this directly
no outgoing calls
no test coverage detected