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

  /external/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
107 /// contrast to hash_combine which may produce different hash_codes for
482 /// 'hash_combine(a, b, c, ...)', but can run over arbitrary sized sequences
491 // Implementation details for hash_combine.
495 /// \brief Helper class to manage the recursive combining of hash_combine
499 /// recursive combining of arguments used in hash_combine. It is particularly
660 template <typename ...Ts> hash_code hash_combine(const Ts &...args) { function in namespace:llvm
673 hash_code hash_combine(const T1 &arg1, const T2 &arg2, const T3 &arg3,
680 hash_code hash_combine(const T1 &arg1, const T2 &arg2, const T3 &arg3,
687 hash_code hash_combine(const T1 &arg1, const T2 &arg2, const T3 &arg3
    [all...]
  /external/chromium_org/courgette/
adjustment_method_2.cc 639 static uint32 hash_combine(uint32 h, uint32 v) { function in namespace:courgette::adjustment_method_2
674 hash = hash_combine(hash, code);
675 hash = hash_combine(hash, kind);
    [all...]

Completed in 223 milliseconds