Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkMessage1Proto3.cs357 public bool Field14 { property in Benchmarks.Proto3.GoogleMessage1
627 if (Field14 != other.Field14) return false; in Equals()
674 if (Field14 != false) hash ^= Field14.GetHashCode(); in GetHashCode()
749 if (Field14 != false) { in WriteTo()
751 output.WriteBool(Field14); in WriteTo()
919 if (Field14 != false) { in IBufferMessage.InternalWriteTo()
921 output.WriteBool(Field14); in IBufferMessage.InternalWriteTo()
1107 if (Field14 != false) { in CalculateSize()
1239 if (other.Field14 != false) { in MergeFrom()
1240 Field14 = other.Field14; in MergeFrom()
[all …]