Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs759 optionalBool_ = other.optionalBool_; in TestAllTypes()
997 private bool optionalBool_; field in Conformance.TestAllTypes
999 get { return optionalBool_; }
1001 optionalBool_ = value;