HomeSort by relevance Sort by last modified time
    Searched refs:SkipBytes (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/media/mp4/
box_definitions.cc 21 return reader->SkipBytes(sizeof(FourCC) * num_brands); // compatible_brands
49 RCHECK(reader->SkipBytes(8));
75 RCHECK(reader->SkipBytes(8));
112 reader->SkipBytes(2) &&
178 reader->SkipBytes(10) && // reserved
179 reader->SkipBytes(36) && // matrix
180 reader->SkipBytes(24) && // predefined zero
204 reader->SkipBytes(4) && // reserved
210 reader->SkipBytes(4) && // reserved
214 RCHECK(reader->SkipBytes(8) && // reserve
    [all...]
box_reader_unittest.cc 154 EXPECT_TRUE(reader->SkipBytes(16) && reader->ScanChildren());
179 EXPECT_TRUE(reader->SkipBytes(16) && reader->ReadAllChildren(&kids));
box_reader.h 56 bool SkipBytes(int nbytes) WARN_UNUSED_RESULT;
box_reader.cc 60 bool BufferReader::SkipBytes(int bytes) {
  /external/chromium_org/ipc/
ipc_sync_message.cc 79 if (!iter.SkipBytes(kSyncMessageHeaderSize))
  /external/chromium_org/ui/base/clipboard/
custom_data_helper.cc 35 return iter->SkipBytes(len * sizeof(char16));
  /external/chromium_org/base/metrics/
sparse_histogram_unittest.cc 141 EXPECT_FALSE(iter.SkipBytes(1));
histogram_unittest.cc 409 EXPECT_FALSE(iter.SkipBytes(1));
443 EXPECT_FALSE(iter.SkipBytes(1));
  /external/chromium_org/base/
pickle.h 52 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT {
  /external/clang/include/clang/Lex/
Lexer.h 570 void SkipBytes(unsigned Bytes, bool StartOfLine);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_clipboard_message_filter.cc 62 if (!iter->SkipBytes(skip_length))
  /external/clang/lib/Lex/
Preprocessor.cpp 474 CurLexer->SkipBytes(SkipMainFilePreamble.first,
Lexer.cpp     [all...]

Completed in 352 milliseconds