Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkMessage1Proto3.cs215 public int Field3 { property in Benchmarks.Proto3.GoogleMessage1
614 if (Field3 != other.Field3) return false; in Equals()
661 if (Field3 != 0) hash ^= Field3.GetHashCode(); in GetHashCode()
720 if (Field3 != 0) { in WriteTo()
722 output.WriteInt32(Field3); in WriteTo()
890 if (Field3 != 0) { in IBufferMessage.InternalWriteTo()
892 output.WriteInt32(Field3); in IBufferMessage.InternalWriteTo()
1070 if (Field3 != 0) { in CalculateSize()
1071 size += 1 + pb::CodedOutputStream.ComputeInt32Size(Field3); in CalculateSize()
1202 if (other.Field3 != 0) { in MergeFrom()
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittest.cs25436 public pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes> Field3 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator
29018 public int Field3 { property in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
29195 if (Field3 != other.Field3) return false; in Equals()
29213 if (HasField3) hash ^= Field3.GetHashCode(); in GetHashCode()
29249 output.WriteInt32(Field3); in WriteTo()
29297 output.WriteInt32(Field3); in IBufferMessage.InternalWriteTo()
29342 size += 1 + pb::CodedOutputStream.ComputeInt32Size(Field3); in CalculateSize()
29383 Field3 = other.Field3; in MergeFrom()
29429 Field3 = input.ReadInt32(); in MergeFrom()
29481 Field3 = input.ReadInt32(); in IBufferMessage.InternalMergeFrom()