OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_add_start_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/
instant_restricted_id_cache.h
78
typename CacheImpl::reverse_iterator
last_add_start_
;
member in class:InstantRestrictedIDCache
87
last_add_start_
(cache_.rend()),
101
last_add_start_
= cache_.rend();
109
last_add_start_
= --cache_.rend();
119
last_add_start_
= cache_.rend();
134
// cache_.Put() can invalidate the iterator |
last_add_start_
| is pointing to.
135
// Therefore, update |
last_add_start_
| after adding all the items to the
137
last_add_start_
= cache_.rend();
139
--
last_add_start_
;
146
for (typename CacheImpl::reverse_iterator it =
last_add_start_
;
[
all
...]
instant_restricted_id_cache_unittest.cc
408
EXPECT_EQ(10, cache.
last_add_start_
->first);
417
// Make sure |cache.
last_add_start_
| is still valid.
422
EXPECT_EQ(10, cache.
last_add_start_
->first);
Completed in 42 milliseconds