Lines Matching refs:optionalUint64_
1159 optionalUint64_ = other.optionalUint64_;1329 private ulong optionalUint64_;1332 get { if ((_hasBits0 & 8) != 0) { return optionalUint64_; } else { return OptionalUint64DefaultValue; } }1335 optionalUint64_ = value;