hashCode 89 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java return 17 + fileName.hashCode() * 3 + this.record.hashCode() * 5; hashCode 274 Source/wtf/HashMap.h template<typename T, typename U, typename V> static void translate(T& location, const U& key, const V& mapped, unsigned hashCode) hashCode 276 Source/wtf/HashMap.h Translator::translate(location.key, key, hashCode); hashCode 138 Source/wtf/HashSet.h template<typename T, typename U> static void translate(T& location, const U& key, const U&, unsigned hashCode) hashCode 140 Source/wtf/HashSet.h Translator::translate(location, key, hashCode);