Home
last modified time | relevance | path

Searched refs:hasValue_ (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dexpected.h37 constexpr Expected(Type t) : hasValue_(true), value_(BASE_NS::move(t)) {} in Expected()
42 if (hasValue_) { in ~Expected()
51 return hasValue_; in operator bool()
65 return !hasValue_ ? error_ : Error {}; in GetError()
70 CORE_ASSERT(hasValue_); in GetValue()
75 CORE_ASSERT(hasValue_); in GetValue()
80 bool hasValue_ {};
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h138 hasValue_ = hasValue; in SetHasValue()
168 return hasValue_; in GetHasValue()
183 return (hasValue_ == other.GetHasValue() && color_ == other.GetColor() && dimension_ == other.GetDimension() && in operator ==()
188 bool hasValue_ = true; member in OHOS::Ace::NG::final
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.cpp32 : 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()
H A Ddom_picker_base.h89 bool hasValue_ = true; member in OHOS::Ace::Framework::DOMPickerBase
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h60 hasValue_ = true; in SetValue()
65 return hasValue_; in HasValue()
70 bool hasValue_ = false; member in OHOS::Ace::CheckableValue
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h289 hasValue_ = hasValue; in SetHasValue()
309 return hasValue_; in GetHasValue()
323 bool hasValue_ = true; member in OHOS::Ace::final

Completed in 7 milliseconds