Home
last modified time | relevance | path

Searched defs:WasSkipped (Results 1 – 4 of 4) sorted by relevance

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