OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:metadata_entries
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc
125
EntryMetadata
metadata_entries
[kNumHashes];
local
131
metadata_entries
[i] = EntryMetadata(Time(), hash);
132
SimpleIndex::InsertInEntrySet(hash,
metadata_entries
[i], &entries);
154
EXPECT_TRUE(CompareTwoEntryMetadata(it->second,
metadata_entries
[i]));
200
EntryMetadata
metadata_entries
[kNumHashes];
local
203
metadata_entries
[i] = EntryMetadata(Time(), hash);
204
SimpleIndex::InsertInEntrySet(hash,
metadata_entries
[i], &entries);
Completed in 52 milliseconds