OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_hash
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/stubs/
hash.h
205
size_t
first_hash
= hash<First>()(key.first);
local
210
return
first_hash
* ((1 << 16) - 1) + second_hash;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
hash.h
411
size_t
first_hash
= hash<First>()(key.first);
local
416
return
first_hash
* ((1 << 16) - 1) + second_hash;
Completed in 4744 milliseconds