Home | History | Annotate | Download | only in src

Lines Matching refs:current_

480   string current_value() const { return current_->ToString(); }
489 bool ValidateCurrent() const { return Validate(*current_); }
509 FlagValue* current_; // Current value for flag
512 // When we pass this to current_->Validate(), it will cast it back to
524 defvalue_(default_val), current_(current_val), validate_fn_proto_(NULL) {
528 delete current_;
573 if (!modified_ && !current_->Equal(*defvalue_)) {
581 if (!current_->Equal(*src.current_)) current_->CopyFrom(*src.current_);
625 // That is, for whom current_->value_buffer_ == flag_ptr
702 flags_by_ptr_[flag->current_->value_buffer_] = flag;
821 if (!TryParseLocked(flag, flag->current_, value, msg))
829 if (!TryParseLocked(flag, flag->current_, value, msg))
843 TryParseLocked(flag, flag->current_, value, NULL);
1331 // This is the CommandLineFlag whose current_->value_buffer_ == flag
1617 main->current_->New(), main->defvalue_->New());