Searched refs:oneHash (Results 1 – 2 of 2) sorted by relevance
93 int oneHash = (spec == null) ? 0 : spec.hashCode(); in hashCode() local94 hash = (hash * 31) + oneHash; in hashCode()
92 int oneHash = (spec == null) ? 0 : spec.hashCode(); in hashCode() local93 hash = (hash * 31) + oneHash; in hashCode()