hash_value        243 base/containers/hash_tables.h inline std::size_t hash_value(const std::pair<Type1, Type2>& value) {
hash_value        467 base/files/file_path.h inline size_t hash_value(const base::FilePath& f) {
hash_value        468 base/files/file_path.h   return hash_value(f.value());
hash_value        454 base/strings/string_piece.h inline size_t hash_value(const base::StringPiece& sp) {
hash_value        457 base/strings/string_piece.h inline size_t hash_value(const base::StringPiece16& sp16) {
hash_value        126 cc/quads/render_pass.h inline size_t hash_value(const cc::RenderPass::Id& key) {
hash_value         65 chrome/browser/net/chrome_fraudulent_certificate_reporter.cc       net::HashValue hash_value(net::HASH_VALUE_SHA1);
hash_value         66 chrome/browser/net/chrome_fraudulent_certificate_reporter.cc       memcpy(hash_value.data(), required_pins[i], hash_value.size());
hash_value         67 chrome/browser/net/chrome_fraudulent_certificate_reporter.cc       request.add_pin(hash_value.ToString());
hash_value         70 chrome/browser/net/chrome_fraudulent_certificate_reporter.cc       net::HashValue hash_value(net::HASH_VALUE_SHA1);
hash_value         71 chrome/browser/net/chrome_fraudulent_certificate_reporter.cc       memcpy(hash_value.data(), excluded_pins[i], hash_value.size());
hash_value         72 chrome/browser/net/chrome_fraudulent_certificate_reporter.cc       request.add_pin("!" + hash_value.ToString());
hash_value        307 chrome/browser/prerender/prerender_local_predictor.cc   int64 hash_value = 0;
hash_value        310 chrome/browser/prerender/prerender_local_predictor.cc   hash->Finish(&hash_value, kURLHashSize);
hash_value        311 chrome/browser/prerender/prerender_local_predictor.cc   return hash_value;
hash_value        417 chrome/browser/prerender/prerender_local_predictor.cc   char hash_value[kChecksumHashSize];
hash_value        418 chrome/browser/prerender/prerender_local_predictor.cc   hash->Finish(hash_value, kChecksumHashSize);
hash_value        419 chrome/browser/prerender/prerender_local_predictor.cc   if (memcmp(hash_value, front, kChecksumHashSize)) {
hash_value         44 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h inline size_t hash_value(
hash_value         46 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h   return base::HashInts64(v.parent_id, hash_value(v.title));
hash_value        137 chrome/tools/profile_reset/jtl_compiler.cc           std::string hash_value;
hash_value        138 chrome/tools/profile_reset/jtl_compiler.cc           if (!arguments.GetString(i, &hash_value) ||
hash_value        139 chrome/tools/profile_reset/jtl_compiler.cc               !jtl::Hasher::IsHash(hash_value))
hash_value        141 chrome/tools/profile_reset/jtl_compiler.cc           target->WriteHash(hash_value);
hash_value         15 components/variations/metrics_util_unittest.cc     uint32 hash_value;
hash_value         28 components/variations/metrics_util_unittest.cc     EXPECT_EQ(known_hashes[i].hash_value, HashName(known_hashes[i].name));
hash_value         46 content/child/npapi/np_channel_base.h inline size_t hash_value(NPObject* const& ptr) {
hash_value         47 content/child/npapi/np_channel_base.h   return hash_value(reinterpret_cast<size_t>(ptr));
hash_value         31 content/common/host_shared_bitmap_manager.h inline std::size_t hash_value(const cc::SharedBitmapId& id) {
hash_value        271 crypto/symmetric_key_win.cc   std::vector<BYTE> hash_value(hash_size);
hash_value        274 crypto/symmetric_key_win.cc   ok = CryptGetHashParam(safe_hash, HP_HASHVAL, &hash_value[0], &size, 0);
hash_value        278 crypto/symmetric_key_win.cc   memcpy(output_buf, &hash_value[0], hash_size);
hash_value        289 crypto/symmetric_key_win.cc     ok = CryptHashData(safe_hash, &hash_value[0], hash_size, 0);
hash_value        294 crypto/symmetric_key_win.cc     ok = CryptGetHashParam(safe_hash, HP_HASHVAL, &hash_value[0], &size, 0);
hash_value        299 crypto/symmetric_key_win.cc       output_buf[i] ^= hash_value[i];
hash_value         37 net/dns/dns_hosts.h inline size_t hash_value(const net::DnsHostsKey& key) {
hash_value         38 net/dns/dns_hosts.h   return hash_value(key.first) + key.second;
hash_value         24 net/http/http_security_headers_unittest.cc   HashValue hash_value(tag);
hash_value         25 net/http/http_security_headers_unittest.cc   memset(hash_value.data(), label, hash_value.size());
hash_value         26 net/http/http_security_headers_unittest.cc   return hash_value;
hash_value         30 net/http/http_security_headers_unittest.cc   HashValue hash_value = GetTestHashValue(label, tag);
hash_value         33 net/http/http_security_headers_unittest.cc       reinterpret_cast<char*>(hash_value.data()), hash_value.size()), &base64);
hash_value         35 net/http/http_security_headers_unittest.cc   switch (hash_value.tag) {
hash_value         41 net/http/http_security_headers_unittest.cc       NOTREACHED() << "Unknown HashValueTag " << hash_value.tag;
hash_value        747 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     uintptr_t add, uintptr_t* hash_value) {
hash_value        748 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   *hash_value += add;
hash_value        749 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   *hash_value += *hash_value << 10;
hash_value        750 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   *hash_value ^= *hash_value >> 6;
hash_value        755 third_party/tcmalloc/chromium/src/deep-heap-profile.cc void DeepHeapProfile::DeepBucketTable::FinishHashValue(uintptr_t* hash_value) {
hash_value        756 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   *hash_value += *hash_value << 3;
hash_value        757 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   *hash_value ^= *hash_value >> 11;
hash_value        288 third_party/tcmalloc/chromium/src/deep-heap-profile.h     inline static void AddToHashValue(uintptr_t add, uintptr_t* hash_value);
hash_value        289 third_party/tcmalloc/chromium/src/deep-heap-profile.h     inline static void FinishHashValue(uintptr_t* hash_value);
hash_value        114 tools/gn/label.h inline size_t hash_value(const Label& v) {
hash_value        115 tools/gn/label.h   return ((hash_value(v.dir().value()) * 131 +
hash_value        116 tools/gn/label.h            hash_value(v.name())) * 131 +
hash_value        117 tools/gn/label.h           hash_value(v.toolchain_dir().value())) * 131 +
hash_value        118 tools/gn/label.h          hash_value(v.toolchain_name());
hash_value        110 tools/gn/source_dir.h inline size_t hash_value(const SourceDir& v) {
hash_value        111 tools/gn/source_dir.h   return hash_value(v.value());
hash_value         90 tools/gn/source_file.h inline size_t hash_value(const SourceFile& v) {
hash_value         91 tools/gn/source_file.h   return hash_value(v.value());