Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2054 public int FIELDNAME11 { property in Conformance.TestAllTypes
2212 if (FIELDNAME11 != other.FIELDNAME11) return false; in Equals()
2327 if (FIELDNAME11 != 0) hash ^= FIELDNAME11.GetHashCode(); in GetHashCode()
2590 if (FIELDNAME11 != 0) { in WriteTo()
2592 output.WriteInt32(FIELDNAME11); in WriteTo()
2811 if (FIELDNAME11 != 0) { in CalculateSize()
2812 size += 2 + pb::CodedOutputStream.ComputeInt32Size(FIELDNAME11); in CalculateSize()
3066 if (other.FIELDNAME11 != 0) { in MergeFrom()
3067 FIELDNAME11 = other.FIELDNAME11; in MergeFrom()
3596 FIELDNAME11 = input.ReadInt32(); in MergeFrom()