Home
last modified time | relevance | path

Searched refs:WasSkipped (Results 1 – 6 of 6) sorted by relevance

/external/libwebm/webm_parser/src/
Delement_parser.h97 virtual bool WasSkipped() const { return false; } in WasSkipped() function
Dsegment_parser.h38 bool WasSkipped() const override;
Dblock_parser.h48 bool WasSkipped() const override;
Dsegment_parser.cc84 bool SegmentParser::WasSkipped() const { return action_ == Action::kSkip; } in WasSkipped() function in webm::SegmentParser
Dmaster_value_parser.h138 bool WasSkipped() const override { return action_ == Action::kSkip; } in WasSkipped() function
427 using Base::WasSkipped;
451 !WasSkipped()) {
Dblock_parser.cc278 bool BasicBlockParser<T>::WasSkipped() const { in WasSkipped() function in webm::BasicBlockParser