Searched refs:Field4 (Results 1 – 2 of 2) sorted by relevance
259 public string Field4 { property in Benchmarks.Proto3.GoogleMessage1618 if (Field4 != other.Field4) return false; in Equals()665 if (Field4.Length != 0) hash ^= Field4.GetHashCode(); in GetHashCode()724 if (Field4.Length != 0) { in WriteTo()726 output.WriteString(Field4); in WriteTo()894 if (Field4.Length != 0) { in IBufferMessage.InternalWriteTo()896 output.WriteString(Field4); in IBufferMessage.InternalWriteTo()1082 if (Field4.Length != 0) { in CalculateSize()1083 size += 1 + pb::CodedOutputStream.ComputeStringSize(Field4); in CalculateSize()1214 if (other.Field4.Length != 0) { in MergeFrom()[all …]
29042 public int Field4 { property in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable29196 if (Field4 != other.Field4) return false; in Equals()29214 if (HasField4) hash ^= Field4.GetHashCode(); in GetHashCode()29253 output.WriteInt32(Field4); in WriteTo()29301 output.WriteInt32(Field4); in IBufferMessage.InternalWriteTo()29345 size += 1 + pb::CodedOutputStream.ComputeInt32Size(Field4); in CalculateSize()29386 Field4 = other.Field4; in MergeFrom()29433 Field4 = input.ReadInt32(); in MergeFrom()29485 Field4 = input.ReadInt32(); in IBufferMessage.InternalMergeFrom()