Lines Matching defs:fixed64List
56 private List<ulong> fixed64List;
80 && Lists.Equals(fixed64List, otherField.fixed64List)
93 hash = hash * 47 + Lists.GetHashCode(fixed64List);
123 if (fixed64List != null)
125 foreach (ulong value in fixed64List)
170 if (fixed64List != null)
172 result += CodedOutputStream.ComputeTagSize(fieldNumber) * fixed64List.Count;
173 result += CodedOutputStream.ComputeFixed64Size(1) * fixed64List.Count;
203 fixed64List = AddAll(fixed64List, other.fixed64List);
256 fixed64List = Add(fixed64List, value);