Home
last modified time | relevance | path

Searched refs:hash_prefix_map (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/core/db/
H A Dv4_store_fuzzer.cc74 HashPrefixMap* hash_prefix_map) { in PopulateHashPrefixMap() argument
98 V4Store::AddUnlumpedHashes(prefix_size, prefixes, hash_prefix_map); in PopulateHashPrefixMap()
100 DisplayHashPrefixMapDetails(*hash_prefix_map); in PopulateHashPrefixMap()
114 const HashPrefixMap& hash_prefix_map) { in DisplayHashPrefixMapDetails() argument
115 for (const auto& pair : hash_prefix_map) { in DisplayHashPrefixMapDetails()
H A Dv4_store.cc292 HashPrefixMap hash_prefix_map; in ProcessUpdate() local
294 metric, response->additions(), &hash_prefix_map); in ProcessUpdate()
310 hash_prefix_map_ = hash_prefix_map; in ProcessUpdate()
316 apply_update_result = MergeUpdate(hash_prefix_map_old, hash_prefix_map, in ProcessUpdate()
458 const HashPrefixMap& hash_prefix_map, in GetNextSmallestUnmergedPrefix() argument
468 const HashPrefixes& hash_prefixes = hash_prefix_map.at(prefix_size); in GetNextSmallestUnmergedPrefix()
483 void V4Store::InitializeIteratorMap(const HashPrefixMap& hash_prefix_map, in InitializeIteratorMap() argument
485 for (const auto& map_pair : hash_prefix_map) { in InitializeIteratorMap()
H A Dv4_store.h321 const HashPrefixMap& hash_prefix_map,
333 static void InitializeIteratorMap(const HashPrefixMap& hash_prefix_map,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/core/db/
H A Dv4_store_fuzzer.cc73 HashPrefixMap* hash_prefix_map) { in PopulateHashPrefixMap() argument
97 V4Store::AddUnlumpedHashes(prefix_size, prefixes, hash_prefix_map); in PopulateHashPrefixMap()
99 DisplayHashPrefixMapDetails(*hash_prefix_map); in PopulateHashPrefixMap()
113 const HashPrefixMap& hash_prefix_map) { in DisplayHashPrefixMapDetails() argument
114 for (const auto& pair : hash_prefix_map) { in DisplayHashPrefixMapDetails()
H A Dv4_store.cc282 HashPrefixMap hash_prefix_map; in ProcessUpdate() local
284 metric, response->additions(), &hash_prefix_map); in ProcessUpdate()
300 hash_prefix_map_ = hash_prefix_map; in ProcessUpdate()
306 apply_update_result = MergeUpdate(hash_prefix_map_old, hash_prefix_map, in ProcessUpdate()
447 const HashPrefixMap& hash_prefix_map, in GetNextSmallestUnmergedPrefix() argument
457 const HashPrefixes& hash_prefixes = hash_prefix_map.at(prefix_size); in GetNextSmallestUnmergedPrefix()
472 void V4Store::InitializeIteratorMap(const HashPrefixMap& hash_prefix_map, in InitializeIteratorMap() argument
474 for (const auto& map_pair : hash_prefix_map) { in InitializeIteratorMap()
H A Dv4_store.h321 const HashPrefixMap& hash_prefix_map,
333 static void InitializeIteratorMap(const HashPrefixMap& hash_prefix_map,