Home
last modified time | relevance | path

Searched refs:SkipBytes (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/metrics/
Dsparse_histogram_unittest.cc146 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()
Dhistogram_unittest.cc430 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()
464 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()
/external/libchrome/base/
Dpickle.h74 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT { in SkipBytes() function
/external/clang/include/clang/Lex/
DLexer.h592 void SkipBytes(unsigned Bytes, bool StartOfLine);
/external/clang/lib/Lex/
DPreprocessor.cpp509 CurLexer->SkipBytes(SkipMainFilePreamble.first, in EnterMainSourceFile()
DLexer.cpp1345 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { in SkipBytes() function in Lexer