HomeSort by: relevance | last modified time | path
    Searched defs:hash_combine_range (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Hashing.h 31 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
36 // Note that 'hash_combine_range' contains very special logic for hashing
482 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
677 return hash_combine_range(arg.begin(), arg.end());

Completed in 18 milliseconds