HomeSort by relevance Sort by last modified time
    Searched full:updatecache (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
addrcache.cc 108 // UpdateCache (called cache_update in the RFC examples) exactly match
116 // these bounds have been checked before calling UpdateCache.
118 void VCDiffAddressCache::UpdateCache(VCDAddress address) {
177 UpdateCache(address);
206 UpdateCache(address);
327 UpdateCache(decoded_address);
addrcache_test.cc 227 cache_.UpdateCache(test_address);
243 cache_.UpdateCache(INT_MAX);
addrcache.h 162 void UpdateCache(VCDAddress address);

Completed in 1401 milliseconds