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

  /external/chromium/sdch/open-vcdiff/src/
addrcache.h 74 // a block of 256 elements of the same_addresses_ array; the lowest-order
149 // An accessor for an element of the same_addresses_ array.
155 return same_addresses_[pos];
208 std::vector<VCDAddress> same_addresses_; member in class:open_vcdiff::VCDiffAddressCache
  /external/chromium_org/sdch/open-vcdiff/src/
addrcache.h 74 // a block of 256 elements of the same_addresses_ array; the lowest-order
149 // An accessor for an element of the same_addresses_ array.
155 return same_addresses_[pos];
208 std::vector<VCDAddress> same_addresses_; member in class:open_vcdiff::VCDiffAddressCache
  /external/open-vcdiff/src/
addrcache.h 74 // a block of 256 elements of the same_addresses_ array; the lowest-order
149 // An accessor for an element of the same_addresses_ array.
155 return same_addresses_[pos];
208 std::vector<VCDAddress> same_addresses_; member in class:open_vcdiff::VCDiffAddressCache

Completed in 110 milliseconds