Searched refs:SkipBytes (Results 1 – 6 of 6) sorted by relevance
146 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()
430 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()464 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()
74 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT { in SkipBytes() function
592 void SkipBytes(unsigned Bytes, bool StartOfLine);
509 CurLexer->SkipBytes(SkipMainFilePreamble.first, in EnterMainSourceFile()
1345 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { in SkipBytes() function in Lexer