Searched refs:SkipBytes (Results 1 – 13 of 13) sorted by relevance
21 return reader->SkipBytes(sizeof(FourCC) * num_brands); // compatible_brands in Parse()49 RCHECK(reader->SkipBytes(8)); in Parse()75 RCHECK(reader->SkipBytes(8)); in Parse()112 reader->SkipBytes(2) && in Parse()178 reader->SkipBytes(10) && // reserved in Parse()179 reader->SkipBytes(36) && // matrix in Parse()180 reader->SkipBytes(24) && // predefined zero in Parse()204 reader->SkipBytes(4) && // reserved in Parse()210 reader->SkipBytes(4) && // reserved in Parse()214 RCHECK(reader->SkipBytes(8) && // reserved in Parse()[all …]
154 EXPECT_TRUE(reader->SkipBytes(16) && reader->ScanChildren()); in TEST_F()179 EXPECT_TRUE(reader->SkipBytes(16) && reader->ReadAllChildren(&kids)); in TEST_F()
56 bool SkipBytes(int nbytes) WARN_UNUSED_RESULT;
60 bool BufferReader::SkipBytes(int bytes) { in SkipBytes() function in media::mp4::BufferReader
79 if (!iter.SkipBytes(kSyncMessageHeaderSize)) in GetDataIterator()
35 return iter->SkipBytes(len * sizeof(base::char16)); in SkipString16()
141 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()
409 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()443 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()
52 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT { in SkipBytes() function
570 void SkipBytes(unsigned Bytes, bool StartOfLine);
62 if (!iter->SkipBytes(skip_length)) in JumpToFormatInPickle()
474 CurLexer->SkipBytes(SkipMainFilePreamble.first, in EnterMainSourceFile()
1359 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { in SkipBytes() function in Lexer