Home
last modified time | relevance | path

Searched defs:CRCRecord (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/disk_cache/simple/
Dsimple_synchronous_entry.h129 struct CRCRecord { struct
133 int index;
134 bool has_crc32;
135 uint32_t data_crc32;
Dsimple_synchronous_entry.cc305 SimpleSynchronousEntry::CRCRecord::CRCRecord() : index(-1), in CRCRecord() function in disk_cache::SimpleSynchronousEntry::CRCRecord
310 SimpleSynchronousEntry::CRCRecord::CRCRecord(int index_p, in CRCRecord() function in disk_cache::SimpleSynchronousEntry::CRCRecord
Dsimple_entry_impl.cc935 typedef SimpleSynchronousEntry::CRCRecord CRCRecord; in CloseInternal() typedef