Lines Matching refs:WebmParser
12 The parser (`WebmParser`) works by being fed input data from a data source (an
37 and `WebmParser`.
179 ## `WebmParser`
181 The actual parsing work is done with `WebmParser`. Simply construct a
182 `WebmParser` and call `WebmParser::Feed()` (providing it a `Callback` and
184 the entire file has been successfully parsed. `WebmParser::Feed()` doesn't store
188 `WebmParser::DidSeek()` before calling `WebmParser::Feed()` to prepare the
193 `WebmParser::DidSeek()` will reset the state of the parser and clear any
194 internal errors, so a `WebmParser` instance may be reused (even if it has
210 webm::WebmParser parser;
270 webm::WebmParser parser;
324 `fuzzing/webm_fuzzer.cc` call `WebmParser::DidSeek()` before doing any parsing.