Home
last modified time | relevance | path

Searched refs:UngetChar (Results 1 – 3 of 3) sorted by relevance

/external/libwebm/webvtt/
Dwebvttparser.h39 virtual void UngetChar(char c) = 0;
108 virtual void UngetChar(char c);
Dwebvttparser.cc103 UngetChar(c); in GetLine()
271 void Parser::UngetChar(char c) { unget_ = static_cast<unsigned char>(c); } in UngetChar() function in libwebvtt::Parser
291 UngetChar(c); in ParseBOM()
/external/libwebm/
Dvttdemux.cc67 virtual void UngetChar(char c);
104 virtual void UngetChar(char c);
254 void FrameParser::UngetChar(char /* c */) { in UngetChar() function in libwebm::vttdemux::FrameParser
281 void ChapterAtomParser::UngetChar(char /* c */) { in UngetChar() function in libwebm::vttdemux::ChapterAtomParser