Searched defs:CRCRecord (Results 1 - 3 of 3) sorted by path

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.cc757 typedef SimpleSynchronousEntry::CRCRecord CRCRecord; typedef
758 scoped_ptr<std::vector<CRCRecord> >
759 crc32s_to_write(new std::vector<CRCRecord>());
770 crc32s_to_write->push_back(CRCRecord(i, true, crc));
772 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();
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,

Completed in 334 milliseconds