OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_dictionary_hash
(Results
1 - 3
of
3
) 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
;
/external/chromium_org/sdch/open-vcdiff/src/
blockhash.cc
83
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/
blockhash.cc
83
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 467 milliseconds