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

  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 82 BlockHash* new_dictionary_hash = new BlockHash(dictionary_data, local
85 if (!new_dictionary_hash->Init(/* populate_hash_table = */ true)) {
86 delete new_dictionary_hash;
89 return new_dictionary_hash;

Completed in 102 milliseconds