Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs801 optionalBool_ = other.optionalBool_; in TestAllTypes()
1052 private bool optionalBool_; field in Conformance.TestAllTypes
1055 get { return optionalBool_; }
1057 optionalBool_ = value;