Searched defs:WasSkipped (Results 1 – 4 of 4) sorted by relevance
97 virtual bool WasSkipped() const { return false; } in WasSkipped() function
84 bool SegmentParser::WasSkipped() const { return action_ == Action::kSkip; } in WasSkipped() function in webm::SegmentParser
278 bool BasicBlockParser<T>::WasSkipped() const { in WasSkipped() function in webm::BasicBlockParser
138 bool WasSkipped() const override { return action_ == Action::kSkip; } in WasSkipped() function