| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| city.cc | ||
| city.h | ||
| city_test.cc | ||
| hash.cc | ||
| hash.h | ||
| low_level_hash.cc | ||
| low_level_hash.h | ||
| low_level_hash_test.cc | ||
| print_hash_of.cc | ||
| spy_hash_state.h |
-- 487c7a754a3b93bc0f9de14bdced48007a96ae55 by Greg Falcon <gfalcon@google.com>: Add support for absl::Hash to hash unordered containers. These can now be hashed directly, as well as combined in AbslHashValue implementations. This also adds a new method, `H::combine_unordered()`, to the public AbslHashValue hash state API. This allows users to implement hash specializations for their own unordered collection types. A traits class, `H::is_hashable<T>`, is also added to the hash state API. H::is_hashable<T>::value reflects whether type T is considered hashable by the AbslHashValue framework. This allows users to properly SFINAE templated versions of AbslHashValue. (The AbslHashValue implementation added to raw_hash_set shows an example of its use.) PiperOrigin-RevId: 422856706 GitOrigin-RevId: 487c7a754a3b93bc0f9de14bdced48007a96ae55 Change-Id: Id31fd4ccba282f8c9ae6fcee6ae0ad0f7879f456
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| city.cc | Loading commit data... | |
| city.h | Loading commit data... | |
| city_test.cc | Loading commit data... | |
| hash.cc | Loading commit data... | |
| hash.h | Loading commit data... | |
| low_level_hash.cc | Loading commit data... | |
| low_level_hash.h | Loading commit data... | |
| low_level_hash_test.cc | Loading commit data... | |
| print_hash_of.cc | Loading commit data... | |
| spy_hash_state.h | Loading commit data... |