HomeSort by relevance Sort by last modified time
    Searched defs:VCDiffAddressCache (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
addrcache.cc 47 VCDiffAddressCache::VCDiffAddressCache(int near_cache_size,
53 VCDiffAddressCache::VCDiffAddressCache()
72 bool VCDiffAddressCache::Init() {
118 void VCDiffAddressCache::UpdateCache(VCDAddress address) {
154 unsigned char VCDiffAddressCache::EncodeAddress(VCDAddress address,
277 VCDAddress VCDiffAddressCache::DecodeAddress(VCDAddress here_address,
addrcache.h 38 class VCDiffAddressCache {
44 VCDiffAddressCache(int near_cache_size, int same_cache_size);
48 VCDiffAddressCache();
51 // constructing a VCDiffAddressCache/ object, before any other method may be
211 VCDiffAddressCache(const VCDiffAddressCache&); // NOLINT
212 void operator=(const VCDiffAddressCache&);

Completed in 34 milliseconds