Home
last modified time | relevance | path

Searched refs:HashCode (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc649 template <typename HashCode>
650 friend HashCode AbslHashValue(HashCode h, NoOp n) { in AbslHashValue()
656 template <typename HashCode>
657 friend HashCode AbslHashValue(HashCode h, EmptyCombine e) { in AbslHashValue()
658 return HashCode::combine(std::move(h)); in AbslHashValue()
664 template <typename HashCode>
665 friend HashCode AbslHashValue(HashCode h, CombineIterative c) { in AbslHashValue()
667 h = HashCode::combine(std::move(h), Int(i)); in AbslHashValue()
675 template <typename HashCode>
676 friend HashCode AbslHashValue(HashCode h, CombineVariadic c) { in AbslHashValue()
[all …]
/third_party/node/deps/v8/src/compiler/
Dvalue-numbering-reducer.cc30 const size_t hash = NodeProperties::HashCode(node); in Reduce()
165 for (size_t j = NodeProperties::HashCode(old_entry) & mask;; in Grow()
Doperator.h92 virtual size_t HashCode() const { return base::hash<Opcode>()(opcode()); } in NON_EXPORTED_BASE()
188 size_t HashCode() const final { in HashCode() function
Descape-analysis-reducer.h75 size_t operator()(Node* n) const { return NodeProperties::HashCode(n); } in operator()
Dnode-properties.cc643 size_t NodeProperties::HashCode(Node* node) { in HashCode() function in v8::internal::compiler::NodeProperties
644 size_t h = base::hash_combine(node->op()->HashCode(), node->InputCount()); in HashCode()
Dnode-properties.h212 static size_t HashCode(Node* node);
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc80 int32_t HashCode(int32_t platform_id, int32_t encoding_id, int32_t language_id, in HashCode() function
123 int32_t hash_code = HashCode(name_table->PlatformId(i), in HasName()