Bits 112 Source/wtf/HashFunctions.h return intHash(bitwise_cast<Bits>(key)); Bits 116 Source/wtf/HashFunctions.h return bitwise_cast<Bits>(a) == bitwise_cast<Bits>(b);