Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs385 private bool? boolField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
387 get { return boolField_; }
389 boolField_ = value;
478 if (boolField_ != null) hash ^= BoolField.GetHashCode(); in GetHashCode()
544 if (boolField_ != null) { in WriteTo()
606 if (boolField_ != null) { in CalculateSize()
709 if (other.boolField_ != null) { in MergeFrom()
710 if (boolField_ == null || other.BoolField != false) { in MergeFrom()
846 if (boolField_ == null || value != false) { in MergeFrom()
916 boolField_ = other.boolField_.Clone(); in RepeatedWellKnownTypes()
[all …]