Searched refs:WasSkipped (Results 1 – 6 of 6) sorted by relevance
97 virtual bool WasSkipped() const { return false; } in WasSkipped() function
38 bool WasSkipped() const override;
48 bool WasSkipped() const override;
84 bool SegmentParser::WasSkipped() const { return action_ == Action::kSkip; } in WasSkipped() function in webm::SegmentParser
138 bool WasSkipped() const override { return action_ == Action::kSkip; } in WasSkipped() function427 using Base::WasSkipped;451 !WasSkipped()) {
278 bool BasicBlockParser<T>::WasSkipped() const { in WasSkipped() function in webm::BasicBlockParser