Searched refs:OneofEnum (Results 1 – 1 of 1) sorted by relevance
403 case OneofFieldOneofCase.OneofEnum: in TestAllTypesProto3()404 OneofEnum = other.OneofEnum; in TestAllTypesProto3()1169 public global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedEnum OneofEnum { property in ProtobufTestMessages.Proto3.TestAllTypesProto31170 …get { return oneofFieldCase_ == OneofFieldOneofCase.OneofEnum ? (global::ProtobufTestMessages.Prot…1173 oneofFieldCase_ = OneofFieldOneofCase.OneofEnum;1737 OneofEnum = 119, enumerator1835 if (OneofEnum != other.OneofEnum) return false; in Equals()1963 if (oneofFieldCase_ == OneofFieldOneofCase.OneofEnum) hash ^= OneofEnum.GetHashCode(); in GetHashCode()2191 if (oneofFieldCase_ == OneofFieldOneofCase.OneofEnum) { in WriteTo()2193 output.WriteEnum((int) OneofEnum); in WriteTo()[all …]