Lines Matching refs:OneofEnum
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.TestAllTypesProto3
1170 …get { return oneofFieldCase_ == OneofFieldOneofCase.OneofEnum ? (global::ProtobufTestMessages.Prot…
1173 oneofFieldCase_ = OneofFieldOneofCase.OneofEnum;
1737 OneofEnum = 119, enumerator
1835 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()
2475 if (oneofFieldCase_ == OneofFieldOneofCase.OneofEnum) { in CalculateSize()
2476 size += 2 + pb::CodedOutputStream.ComputeEnumSize((int) OneofEnum); in CalculateSize()
2901 case OneofFieldOneofCase.OneofEnum: in MergeFrom()
2902 OneofEnum = other.OneofEnum; in MergeFrom()
3232 oneofFieldCase_ = OneofFieldOneofCase.OneofEnum; in MergeFrom()