Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1109 public global::Conformance.TestAllTypes.Types.NestedEnum OptionalNestedEnum { property in Conformance.TestAllTypes
2123 if (OptionalNestedEnum != other.OptionalNestedEnum) return false; in Equals()
2238 if (OptionalNestedEnum != 0) hash ^= OptionalNestedEnum.GetHashCode(); in GetHashCode()
2408 if (OptionalNestedEnum != 0) { in WriteTo()
2410 output.WriteEnum((int) OptionalNestedEnum); in WriteTo()
2654 if (OptionalNestedEnum != 0) { in CalculateSize()
2655 size += 2 + pb::CodedOutputStream.ComputeEnumSize((int) OptionalNestedEnum); in CalculateSize()
2882 if (other.OptionalNestedEnum != 0) { in MergeFrom()
2883 OptionalNestedEnum = other.OptionalNestedEnum; in MergeFrom()