Searched refs:OptionalNestedEnum (Results 1 – 1 of 1) sorted by relevance
1109 public global::Conformance.TestAllTypes.Types.NestedEnum OptionalNestedEnum { property in Conformance.TestAllTypes2123 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()