Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hasValue_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H
A
D
expected.h
37
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
D
gradient_property.h
138
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
D
dom_picker_base.cpp
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()
H
A
D
dom_picker_base.h
89
bool
hasValue_
= true;
member in OHOS::Ace::Framework::DOMPickerBase
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H
A
D
checkable_component.h
60
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
D
decoration.h
289
hasValue_
= hasValue;
in SetHasValue()
309
return
hasValue_
;
in GetHasValue()
323
bool
hasValue_
= true;
member in OHOS::Ace::final
Completed in 7 milliseconds