MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / hash

Method hash

utility/std_hash.h:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 static _FORCE_INLINE_ _NON_MSVC_CONSTEXPR_ std::size_t hash(const String &p) {
25 return splitmix64(p.hash());
26 }
27
28 static _FORCE_INLINE_ _NON_MSVC_CONSTEXPR_ std::size_t hash(const StringName &p) {
29 return splitmix64(p.hash());

Callers 1

recache_release_listMethod · 0.45

Calls 4

hashFunction · 0.85
get_dataMethod · 0.45
combineMethod · 0.45
get_typeMethod · 0.45

Tested by

no test coverage detected