Home
last modified time | relevance | path

Searched refs:Field4 (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkMessage1Proto3.cs259 public string Field4 { property in Benchmarks.Proto3.GoogleMessage1
618 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 …]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittest.cs29042 public int Field4 { property in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
29196 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()