Searched refs:CRCRecord (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.h89 struct CRCRecord { struct in class:disk_cache::SimpleSynchronousEntry
90 CRCRecord();
91 CRCRecord(int index_p, bool has_crc32_p, uint32 data_crc32_p);
169 // CRCRecord entries in |crc32s_to_write|.
171 scoped_ptr<std::vector<CRCRecord> > crc32s_to_write,
H A Dsimple_entry_impl.cc755 typedef SimpleSynchronousEntry::CRCRecord CRCRecord; typedef
756 scoped_ptr<std::vector<CRCRecord> >
757 crc32s_to_write(new std::vector<CRCRecord>());
768 crc32s_to_write->push_back(CRCRecord(i, true, crc));
770 crc32s_to_write->push_back(CRCRecord(i, false, 0));
H A Dsimple_synchronous_entry.cc174 SimpleSynchronousEntry::CRCRecord::CRCRecord() : index(-1), function in class:disk_cache::SimpleSynchronousEntry::CRCRecord
179 SimpleSynchronousEntry::CRCRecord::CRCRecord(int index_p, function in class:disk_cache::SimpleSynchronousEntry::CRCRecord
623 scoped_ptr<std::vector<CRCRecord> > crc32s_to_write,
636 for (std::vector<CRCRecord>::const_iterator it = crc32s_to_write->begin();

Completed in 181 milliseconds