Lines Matching refs:GetHashCode
126 public override int GetHashCode() {
204 public override int GetHashCode() {
282 public override int GetHashCode() {
402 public override int GetHashCode() {
404 if (Value != 0) hash ^= Value.GetHashCode();
405 hash ^= values_.GetHashCode();
406 hash ^= packedValues_.GetHashCode();
511 public override int GetHashCode() {
662 public override int GetHashCode() {
664 if (PrimitiveValue != 0) hash ^= PrimitiveValue.GetHashCode();
665 hash ^= primitiveArray_.GetHashCode();
666 if (messageValue_ != null) hash ^= MessageValue.GetHashCode();
667 hash ^= messageArray_.GetHashCode();
668 if (EnumValue != 0) hash ^= EnumValue.GetHashCode();
669 hash ^= enumArray_.GetHashCode();
830 public override int GetHashCode() {
832 if (Item != 0) hash ^= Item.GetHashCode();
945 public override int GetHashCode() {
947 if (Types_ != 0) hash ^= Types_.GetHashCode();
948 if (Descriptor_ != 0) hash ^= Descriptor_.GetHashCode();
1056 public override int GetHashCode() {
1271 public override int GetHashCode() {
1273 if (PlainInt32 != 0) hash ^= PlainInt32.GetHashCode();
1274 if (o1Case_ == O1OneofCase.O1String) hash ^= O1String.GetHashCode();
1275 if (o1Case_ == O1OneofCase.O1Int32) hash ^= O1Int32.GetHashCode();
1276 if (PlainString.Length != 0) hash ^= PlainString.GetHashCode();
1277 if (o2Case_ == O2OneofCase.O2Int32) hash ^= O2Int32.GetHashCode();
1278 if (o2Case_ == O2OneofCase.O2String) hash ^= O2String.GetHashCode();
1484 public override int GetHashCode() {
1486 if (Name.Length != 0) hash ^= Name.GetHashCode();
1487 if (Description.Length != 0) hash ^= Description.GetHashCode();
1488 if (Guid.Length != 0) hash ^= Guid.GetHashCode();