Searched refs:hasValue_ (Results 1 – 6 of 6) sorted by relevance
37 constexpr Expected(Type t) : hasValue_(true), value_(BASE_NS::move(t)) {} in Expected()42 if (hasValue_) { in ~Expected()51 return hasValue_; in META_DEFAULT_COPY_MOVE()65 return !hasValue_ ? error_ : Error {}; in GetError()70 CORE_ASSERT(hasValue_); in GetValue()75 CORE_ASSERT(hasValue_); in GetValue()80 bool hasValue_ {};
32 : DOMNode(nodeId, nodeName), hasValue_(hasValue) in DOMPickerBase()34 if (!hasValue_) { in DOMPickerBase()66 if (!hasValue_) { in GetSpecializedComponent()74 if (!hasValue_) { in HandleClickCallback()162 if (!hasValue_) { in SetSpecializedAttr()228 if (!hasValue_) { in SetSpecializedStyle()457 if (!hasValue_) { in CallSpecializedMethod()548 basePickerChild_->SetIsDialog(hasValue_); in CreatePicker()565 if (!hasValue_) { in SetColumnHeight()
89 bool hasValue_ = true; variable
138 hasValue_ = hasValue; in SetHasValue()168 return hasValue_; in GetHasValue()183 …return (hasValue_ == other.GetHasValue() && color_ == other.GetColor() && dimension_ == other.GetD…188 bool hasValue_ = true;
60 hasValue_ = true; in SetValue()65 return hasValue_; in HasValue()70 bool hasValue_ = false; variable
315 hasValue_ = hasValue; in SetHasValue()335 return hasValue_; in GetHasValue()349 bool hasValue_ = true;