Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs403 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()
[all …]