Searched defs:NO_AUTO_EVICT (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/base/containers/
H A Dmru_cache.h63 enum { NO_AUTO_EVICT = 0 }; enumerator in enum:base::MRUCacheBase::__anon2211
68 // can pass NO_AUTO_EVICT to not restrict the cache size.
97 } else if (max_size_ != NO_AUTO_EVICT) {
231 // See MRUCacheBase, noting the possibility of using NO_AUTO_EVICT.
265 // See MRUCacheBase, noting the possibility of using NO_AUTO_EVICT.
297 // See MRUCacheBase, noting the possibility of using NO_AUTO_EVICT.

Completed in 88 milliseconds