OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hiter
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc
138
std::vector<SBAddFullHash>::const_iterator
hiter
= full_hashes.begin();
local
140
while (piter != prefix_hits.end() &&
hiter
!= full_hashes.end()) {
141
if (*piter <
hiter
->full_hash.prefix) {
143
} else if (
hiter
->full_hash.prefix < *piter) {
144
++
hiter
;
147
expire_time.ToTimeT() <
hiter
->received) {
149
const int list_bit = GetListIdBit(
hiter
->chunk_id);
154
result.add_chunk_id = DecodeChunkId(
hiter
->chunk_id);
155
result.hash =
hiter
->full_hash;
159
// Only increment |
hiter
|, |piter| might have multiple hits
[
all
...]
safe_browsing_util.cc
51
for (std::deque<SBChunkHost>::iterator
hiter
= citer->hosts.begin();
52
hiter
!= citer->hosts.end(); ++
hiter
) {
53
if (
hiter
->entry) {
54
hiter
->entry->Destroy();
55
hiter
->entry = NULL;
Completed in 236 milliseconds