Lines Matching refs:optionalBool_
294 optionalBool_ = other.optionalBool_;
725 private bool optionalBool_;
728 get { if ((_hasBits0 & 4096) != 0) { return optionalBool_; } else { return OptionalBoolDefaultValue; } }
731 optionalBool_ = value;
6012 optionalBool_ = other.optionalBool_;
6105 private bool optionalBool_;
6108 get { if ((_hasBits0 & 2) != 0) { return optionalBool_; } else { return OptionalBoolDefaultValue; } }
6111 optionalBool_ = value;