Searched refs:set_hash (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dcert_compressor_test.cc49 static const uint64 set_hash = 42; local
51 CryptoTestUtils::MockCommonCertSets(chain[0], set_hash, 1));
54 StringPiece(reinterpret_cast<const char*>(&set_hash), sizeof(set_hash)),
H A Dcert_compressor.cc164 // to the peer with hash |set_hash| and certificate index |index|.
170 uint64 set_hash; member in struct:net::__anon9419::CertEntry
220 &entry.set_hash, &entry.index)) {
273 memcpy(out, &i->set_hash, sizeof(i->set_hash));
274 out += sizeof(i->set_hash);
395 memcpy(&entry.set_hash, in.data(), sizeof(uint64));
400 StringPiece cert = common_sets->GetCert(entry.set_hash, entry.index);
/external/chromium_org/v8/src/
H A Dfactory.cc1758 result->set_hash(*undefined_value(), SKIP_WRITE_BARRIER);
1777 result->set_hash(*undefined_value(), SKIP_WRITE_BARRIER);
1875 object->set_hash(*hash);
H A Dbootstrapper.cc844 global_proxy->set_hash(heap()->undefined_value());
H A Dobjects.cc4538 proxy->set_hash(*hash);

Completed in 3378 milliseconds