Searched refs:populate_hash_table (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.h135 // If populate_hash_table is true, then AddAllBlocks() will be called
136 // to populate the hash table. If populate_hash_table is false, then
140 bool Init(bool populate_hash_table);
154 // when Init() is called with the parameter populate_hash_table = true.
H A Dblockhash.cc55 bool BlockHash::Init(bool populate_hash_table) { argument
74 if (populate_hash_table) {
85 if (!new_dictionary_hash->Init(/* populate_hash_table = */ true)) {
99 if (!new_target_hash->Init(/* populate_hash_table = */ false)) {

Completed in 33 milliseconds