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

  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 96 BlockHash* new_target_hash = new BlockHash(target_data, local
99 if (!new_target_hash->Init(/* populate_hash_table = */ false)) {
100 delete new_target_hash;
103 return new_target_hash;
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.cc 97 BlockHash* new_target_hash = new BlockHash(target_data, local
100 if (!new_target_hash->Init(/* populate_hash_table = */ false)) {
101 delete new_target_hash;
104 return new_target_hash;
  /external/open-vcdiff/src/
blockhash.cc 97 BlockHash* new_target_hash = new BlockHash(target_data, local
100 if (!new_target_hash->Init(/* populate_hash_table = */ false)) {
101 delete new_target_hash;
104 return new_target_hash;

Completed in 141 milliseconds