OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IndexMetadata
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/simple/
simple_index_file.h
42
// Simple Index File format is a pickle serialized data of
IndexMetadata
and
44
// serialized |
IndexMetadata
| followed serialized |EntryMetadata| entries
55
class NET_EXPORT_PRIVATE
IndexMetadata
{
57
IndexMetadata
();
58
IndexMetadata
(uint64 number_of_entries, uint64 cache_size);
121
const SimpleIndexFile::
IndexMetadata
& index_metadata,
simple_index_file.cc
147
SimpleIndexFile::
IndexMetadata
::
IndexMetadata
()
153
SimpleIndexFile::
IndexMetadata
::
IndexMetadata
(
160
void SimpleIndexFile::
IndexMetadata
::Serialize(Pickle* pickle) const {
178
bool SimpleIndexFile::
IndexMetadata
::Deserialize(PickleIterator* it) {
231
bool SimpleIndexFile::
IndexMetadata
::CheckIndexMetadata() {
268
IndexMetadata
index_metadata(entry_set.size(), cache_size);
355
const SimpleIndexFile::
IndexMetadata
& index_metadata,
394
SimpleIndexFile::
IndexMetadata
index_metadata
[
all
...]
Completed in 29 milliseconds