Home
last modified time | relevance | path

Searched refs:HashCombine (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dhash_util.h20 size_t HashCombine(size_t seed, const T& value) { in HashCombine() function
52 return HashCombine(seed, value);
60 seed = HashCombine(seed, element);
70 return HashCombine(seed, 0);
Dwtf_hash_util.h51 return HashCombine(seed, WTF::StringHash::GetHash(value));
/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h95 return internal::HashCombine(seed, 0); in Hash()
194 return internal::HashCombine(seed, 0); in Hash()
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dwrapper_union_class_definition.tmpl53 seed = mojo::internal::HashCombine(seed, static_cast<uint32_t>(tag_));