Searched defs:VCDiffAddressCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Daddrcache.cc47 VCDiffAddressCache::VCDiffAddressCache(int near_cache_size, function in class:open_vcdiff::VCDiffAddressCache
53 VCDiffAddressCache::VCDiffAddressCache() function in class:open_vcdiff::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,
H A Daddrcache.h38 class VCDiffAddressCache { class in namespace:open_vcdiff
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 95 milliseconds