Searched refs:new_dictionary_hash (Results 1 - 3 of 3) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.cc82 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;
/external/chromium_org/sdch/open-vcdiff/src/
H A Dblockhash.cc83 BlockHash* new_dictionary_hash = new BlockHash(dictionary_data, local
86 if (!new_dictionary_hash->Init(/* populate_hash_table = */ true)) {
87 delete new_dictionary_hash;
90 return new_dictionary_hash;
/external/open-vcdiff/src/
H A Dblockhash.cc83 BlockHash* new_dictionary_hash = new BlockHash(dictionary_data, local
86 if (!new_dictionary_hash->Init(/* populate_hash_table = */ true)) {
87 delete new_dictionary_hash;
90 return new_dictionary_hash;

Completed in 64 milliseconds