| 1260 | } |
| 1261 | |
| 1262 | OurReader::OurReader(OurFeatures const& features) |
| 1263 | : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), |
| 1264 | lastValue_(), commentsBefore_(), |
| 1265 | features_(features), collectComments_() { |
| 1266 | } |
| 1267 | |
| 1268 | bool OurReader::parse(const char* beginDoc, |
| 1269 | const char* endDoc, |
nothing calls this directly
no outgoing calls
no test coverage detected