Home
last modified time | relevance | path

Searched refs:HasOptionalFixed32 (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs278 public bool HasOptionalFixed32 { property in ProtobufUnittest.TestProto3Optional
597 if (HasOptionalFixed32) hash ^= OptionalFixed32.GetHashCode(); in GetHashCode()
652 if (HasOptionalFixed32) { in WriteTo()
745 if (HasOptionalFixed32) { in IBufferMessage.InternalWriteTo()
832 if (HasOptionalFixed32) { in CalculateSize()
906 if (other.HasOptionalFixed32) { in MergeFrom()
H A DTestMessagesProto2.cs592 public bool HasOptionalFixed32 { property in ProtobufTestMessages.Proto2.TestAllTypesProto2
2435 if (HasOptionalFixed32) hash ^= OptionalFixed32.GetHashCode(); in GetHashCode()
2591 if (HasOptionalFixed32) { in WriteTo()
2872 if (HasOptionalFixed32) { in IBufferMessage.InternalWriteTo()
3147 if (HasOptionalFixed32) { in CalculateSize()
3379 if (other.HasOptionalFixed32) { in MergeFrom()
H A DUnittest.cs1412 public bool HasOptionalFixed32 { property in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2742 if (HasOptionalFixed32) hash ^= OptionalFixed32.GetHashCode(); in GetHashCode()
2852 if (HasOptionalFixed32) { in WriteTo()
3087 if (HasOptionalFixed32) { in IBufferMessage.InternalWriteTo()
3316 if (HasOptionalFixed32) { in CalculateSize()
3502 if (other.HasOptionalFixed32) { in MergeFrom()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DProto3OptionalTest.cs131 Assert.IsTrue(deserialized.HasOptionalFixed32); in Serialization_Roundtrip()

Completed in 50 milliseconds