OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashInfo
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/extensions/browser/
computed_hashes.h
38
typedef std::pair<int, std::vector<std::string> >
HashInfo
;
41
std::map<base::FilePath,
HashInfo
> data_;
computed_hashes.cc
80
data_[relative_path] =
HashInfo
(block_size, std::vector<std::string>());
103
std::map<base::FilePath,
HashInfo
>::iterator i = data_.find(path);
121
HashInfo
& info = i->second;
/external/chromium_org/third_party/smhasher/src/
main.cpp
35
struct
HashInfo
44
HashInfo
g_hashes[] =
85
HashInfo
* findHash ( const char * name )
87
for(size_t i = 0; i < sizeof(g_hashes) / sizeof(
HashInfo
); i++)
102
for(size_t i = 0; i < sizeof(g_hashes) / sizeof(
HashInfo
); i++)
104
HashInfo
* info = & g_hashes[i];
113
for(size_t i = 0; i < sizeof(g_hashes) / sizeof(
HashInfo
); i++)
115
HashInfo
* info = & g_hashes[i];
128
void test ( hashfunc<hashtype> hash,
HashInfo
* info )
499
HashInfo
* g_hashUnderTest = NULL
[
all
...]
Completed in 402 milliseconds