OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRCRecord
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h
89
struct
CRCRecord
{
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,
simple_entry_impl.cc
755
typedef SimpleSynchronousEntry::
CRCRecord
CRCRecord
;
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));
[
all
...]
simple_synchronous_entry.cc
189
SimpleSynchronousEntry::
CRCRecord
::
CRCRecord
() : index(-1),
194
SimpleSynchronousEntry::
CRCRecord
::
CRCRecord
(int index_p,
638
scoped_ptr<std::vector<
CRCRecord
> > crc32s_to_write,
652
for (std::vector<
CRCRecord
>::const_iterator it = crc32s_to_write->begin();
[
all
...]
Completed in 37 milliseconds