Home
last modified time | relevance | path

Searched refs:hash_ (Results 1 – 13 of 13) sorted by relevance

/external/v8/test/cctest/
Dtest-hashmap.cc47 explicit IntSet(IntKeyHash hash) : hash_(hash), map_(DefaultMatchFun) {} in IntSet()
52 map_.LookupOrInsert(reinterpret_cast<void*>(x), hash_(x)); in Insert()
60 map_.Remove(reinterpret_cast<void*>(x), hash_(x)); in Remove()
64 HashMap::Entry* p = map_.Lookup(reinterpret_cast<void*>(x), hash_(x)); in Present()
85 IntKeyHash hash_; member in IntSet
Dtest-heap-profiler.cc1410 hash_(hash), in TestRetainedObjectInfo()
1425 virtual intptr_t GetHash() { return hash_; } in GetHash()
1457 int hash_; member in __anonfb81c98d0511::TestRetainedObjectInfo
/external/ImageMagick/Magick++/lib/
DStatistic.cpp136 const PixelChannel channel_,const std::string &hash_) in ChannelPerceptualHash() argument
144 if (hash_.length() != 70) in ChannelPerceptualHash()
155 if (sscanf(hash_.substr(i*5,5).c_str(),"%05x",&hex) != 1) in ChannelPerceptualHash()
491 Magick::ImagePerceptualHash::ImagePerceptualHash(const std::string &hash_) in ImagePerceptualHash() argument
494 if (hash_.length() != 210) in ImagePerceptualHash()
498 hash_.substr(0, 70))); in ImagePerceptualHash()
500 hash_.substr(70, 70))); in ImagePerceptualHash()
502 hash_.substr(140, 70))); in ImagePerceptualHash()
/external/v8/src/ast/
Dast-value-factory.h95 return hash_; in hash()
104 : is_one_byte_(is_one_byte), literal_bytes_(literal_bytes), hash_(hash) {} in AstRawString()
108 hash_(0) {} in AstRawString()
114 uint32_t hash_; variable
/external/v8/src/compiler/
Doperator.h162 hash_(hash) {} in Operator()
173 return base::hash_combine(this->opcode(), this->hash_(this->parameter())); in HashCode()
188 Hash const hash_; variable
Dnode-cache.cc46 size_t hash = hash_(old->key_); in Resize()
65 size_t hash = hash_(key); in Find()
Dnode-cache.h55 Hash hash_; variable
/external/ImageMagick/Magick++/lib/Magick++/
DStatistic.h92 const std::string &hash_);
254 ImagePerceptualHash(const std::string &hash_);
/external/webrtc/webrtc/p2p/base/
Dturnport.h121 const std::string& hash() const { return hash_; } in hash()
265 std::string hash_; // Digest of username:realm:password variable
Dturnport.cc886 VERIFY(!hash_.empty()); in AddRequestAuthInfo()
903 credentials_.password, &hash_)); in UpdateHash()
/external/v8/src/snapshot/
Dserialize.cc657 : string_(string), hash_(HashForObject(string)) { in StringTableInsertionKey()
664 if (hash_ != HashForObject(string)) return false; in IsMatch()
669 uint32_t Hash() override { return hash_; } in Hash()
681 uint32_t hash_; member in v8::internal::StringTableInsertionKey
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2424 hash_(reinterpret_cast<intptr_t>(label)), in NativeGroupRetainedObjectInfo()
2435 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel()); in IsEquivalent()
2437 virtual intptr_t GetHash() { return hash_; } in GetHash()
2442 intptr_t hash_; member in v8::internal::NativeGroupRetainedObjectInfo
/external/v8/src/
Dobjects.cc17766 hash_ = hash; in TwoCharHashTableKey()
17787 uint32_t Hash() override { return hash_; } in Hash()
17803 uint32_t hash_; member in v8::internal::TwoCharHashTableKey