Home
last modified time | relevance | path

Searched refs:HasOneofString (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto2.cs1648 get { return HasOneofString ? (string) oneofField_ : ""; }
1656 public bool HasOneofString { property in ProtobufTestMessages.Proto2.TestAllTypesProto2
1662 if (HasOneofString) { in ClearOneofString()
2521 if (HasOneofString) hash ^= OneofString.GetHashCode(); in GetHashCode()
2731 if (HasOneofString) { in WriteTo()
3012 if (HasOneofString) { in IBufferMessage.InternalWriteTo()
3269 if (HasOneofString) { in CalculateSize()
H A DUnittest.cs2578 get { return HasOneofString ? (string) oneofField_ : ""; }
2586 public bool HasOneofString { property in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2592 if (HasOneofString) { in ClearOneofString()
2809 if (HasOneofString) hash ^= OneofString.GetHashCode(); in GetHashCode()
3046 if (HasOneofString) { in WriteTo()
3281 if (HasOneofString) { in IBufferMessage.InternalWriteTo()
3467 if (HasOneofString) { in CalculateSize()
28171 public bool HasOneofString { global() property in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
[all...]

Completed in 50 milliseconds