Lines Matching refs:Lists
78 && Lists.Equals(varintList, otherField.varintList)
79 && Lists.Equals(fixed32List, otherField.fixed32List)
80 && Lists.Equals(fixed64List, otherField.fixed64List)
81 && Lists.Equals(lengthDelimitedList, otherField.lengthDelimitedList)
82 && Lists.Equals(groupList, otherField.groupList);
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);