Home
last modified time | relevance | path

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

/external/chromium_org/media/mp4/
Dbox_definitions.cc21 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 …]
Dbox_reader_unittest.cc154 EXPECT_TRUE(reader->SkipBytes(16) && reader->ScanChildren()); in TEST_F()
179 EXPECT_TRUE(reader->SkipBytes(16) && reader->ReadAllChildren(&kids)); in TEST_F()
Dbox_reader.h56 bool SkipBytes(int nbytes) WARN_UNUSED_RESULT;
Dbox_reader.cc60 bool BufferReader::SkipBytes(int bytes) { in SkipBytes() function in media::mp4::BufferReader
/external/chromium_org/ipc/
Dipc_sync_message.cc79 if (!iter.SkipBytes(kSyncMessageHeaderSize)) in GetDataIterator()
/external/chromium_org/ui/base/clipboard/
Dcustom_data_helper.cc35 return iter->SkipBytes(len * sizeof(base::char16)); in SkipString16()
/external/chromium_org/base/metrics/
Dsparse_histogram_unittest.cc141 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()
Dhistogram_unittest.cc409 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()
443 EXPECT_FALSE(iter.SkipBytes(1)); in TEST_F()
/external/chromium_org/base/
Dpickle.h52 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT { in SkipBytes() function
/external/clang/include/clang/Lex/
DLexer.h570 void SkipBytes(unsigned Bytes, bool StartOfLine);
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_flash_clipboard_message_filter.cc62 if (!iter->SkipBytes(skip_length)) in JumpToFormatInPickle()
/external/clang/lib/Lex/
DPreprocessor.cpp474 CurLexer->SkipBytes(SkipMainFilePreamble.first, in EnterMainSourceFile()
DLexer.cpp1359 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { in SkipBytes() function in Lexer