Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs394 case OneofFieldOneofCase.OneofUint64: in TestAllTypesProto3()
395 OneofUint64 = other.OneofUint64; in TestAllTypesProto3()
1136 public ulong OneofUint64 { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1137 get { return oneofFieldCase_ == OneofFieldOneofCase.OneofUint64 ? (ulong) oneofField_ : 0UL; }
1140 oneofFieldCase_ = OneofFieldOneofCase.OneofUint64;
1734 OneofUint64 = 116, enumerator
1832 if (OneofUint64 != other.OneofUint64) return false; in Equals()
1960 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint64) hash ^= OneofUint64.GetHashCode(); in GetHashCode()
2179 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint64) { in WriteTo()
2181 output.WriteUInt64(OneofUint64); in WriteTo()
[all …]