Home
last modified time | relevance | path

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

/ohos5.0/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 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_ {};
/ohos5.0/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; variable
/ohos5.0/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.GetD…
188 bool hasValue_ = true;
/ohos5.0/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; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h315 hasValue_ = hasValue; in SetHasValue()
335 return hasValue_; in GetHasValue()
349 bool hasValue_ = true;