Searched defs:UInt32Hash (Results 1 – 5 of 5) sorted by relevance
32 struct UInt32Hash { struct33 size_t operator()(const uint32_t* element) const { in operator ()()
52 struct UInt32Hash { struct55 std::size_t operator()(uint32_t data) const { in operator ()()
47 struct UInt32Hash { struct71 struct UInt32Hash2 { argument