Lines Matching refs:hash
86 /// Get the hash code of the unknown field.
90 int hash = 43;
91 hash = hash * 47 + Lists.GetHashCode(varintList);
92 hash = hash * 47 + Lists.GetHashCode(fixed32List);
93 hash = hash * 47 + Lists.GetHashCode(fixed64List);
94 hash = hash * 47 + Lists.GetHashCode(lengthDelimitedList);
95 hash = hash * 47 + Lists.GetHashCode(groupList);
96 return hash;