HomeSort by relevance Sort by last modified time
    Searched refs:second_hash (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
hash.h 412 size_t second_hash = hash<Second>()(key.second); local
416 return first_hash * ((1 << 16) - 1) + second_hash;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
hash.h 412 size_t second_hash = hash<Second>()(key.second); local
416 return first_hash * ((1 << 16) - 1) + second_hash;

Completed in 942 milliseconds