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 - 25
of
37
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
border.cpp
35
bool Border::
HasValue
() const
in HasValue()
function in OHOS::Ace::Border
37
return left_.
HasValue
() || top_.
HasValue
() || right_.
HasValue
() || bottom_.
HasValue
();
in HasValue()
42
return topLeftRadius_.
HasValue
() || topRightRadius_.
HasValue
() ||
in HasRadius()
43
bottomLeftRadius_.
HasValue
() || bottomRightRadius_.
HasValue
();
in HasRadius()
68
if (left_.
HasValue
()) {
in GetValidEdge()
[all...]
H
A
D
border_edge.cpp
28
bool BorderEdge::
HasValue
() const
in HasValue()
function in OHOS::Ace::BorderEdge
H
A
D
border_edge.h
35
bool
HasValue
() const;
H
A
D
border_image_edge.h
33
bool
HasValue
() const;
H
A
D
radius.h
53
bool
HasValue
() const
in HasValue()
function in OHOS::Ace::final
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast_method.h
65
return attr_->
HasValue
(ASTAttr::ONEWAY);
in IsOneWay()
70
return attr_->
HasValue
(ASTAttr::FULL);
in IsFull()
75
return attr_->
HasValue
(ASTAttr::LITE);
in IsLite()
80
return attr_->
HasValue
(ASTAttr::MINI);
in IsMini()
118
if (attr->
HasValue
(ASTAttr::CACHEABLE)) {
in SetCacheable()
136
return attr_->
HasValue
(ASTAttr::CACHEABLE);
in GetCacheable()
151
return attr_->
HasValue
(ASTAttr::FREEZECONTROL);
in IsFreezeControl()
H
A
D
ast_interface_type.h
61
if (attr_->
HasValue
(ASTAttr::CALLBACK)) {
in SetAttribute()
79
return attr_->
HasValue
(ASTAttr::ONEWAY);
in IsOneWay()
84
return attr_->
HasValue
(ASTAttr::CALLBACK);
in IsCallback()
99
return attr_->
HasValue
(ASTAttr::FULL);
in IsFull()
104
return attr_->
HasValue
(ASTAttr::LITE);
in IsLite()
109
return attr_->
HasValue
(ASTAttr::MINI);
in IsMini()
H
A
D
ast_attribute.cpp
65
return
HasValue
(ASTAttr::MINI);
in Match()
67
return
HasValue
(ASTAttr::LITE);
in Match()
69
return
HasValue
(ASTAttr::FULL);
in Match()
105
if (!
HasValue
(ASTAttr::CACHEABLE)) {
in CacheableStrToInt()
H
A
D
ast_union_type.h
51
return attr_ != nullptr ? attr_->
HasValue
(ASTAttr::FULL) : false;
in IsFull()
56
return attr_ != nullptr ? attr_->
HasValue
(ASTAttr::LITE) : false;
in IsLite()
H
A
D
ast_struct_type.h
51
return attr_ != nullptr ? attr_->
HasValue
(ASTAttr::FULL) : false;
in IsFull()
56
return attr_ != nullptr ? attr_->
HasValue
(ASTAttr::LITE) : false;
in IsLite()
H
A
D
ast_enum_type.h
88
return attr_ != nullptr ? attr_->
HasValue
(ASTAttr::FULL) : false;
in IsFull()
93
return attr_ != nullptr ? attr_->
HasValue
(ASTAttr::LITE) : false;
in IsLite()
H
A
D
ast_attribute.h
56
bool
HasValue
(Attribute attr) const
in HasValue()
function in OHOS::Idl::ASTAttr
/foundation/multimedia/media_foundation/test/unittest/
H
A
D
TestAudioCapturePlugin.cpp
184
ASSERT_TRUE(value.
HasValue
());
in HWTEST()
187
ASSERT_TRUE(value.
HasValue
());
in HWTEST()
190
ASSERT_TRUE(value.
HasValue
());
in HWTEST()
193
ASSERT_TRUE(value.
HasValue
());
in HWTEST()
196
ASSERT_TRUE(value.
HasValue
());
in HWTEST()
199
ASSERT_TRUE(value.
HasValue
());
in HWTEST()
202
ASSERT_TRUE(value.
HasValue
());
in HWTEST()
H
A
D
TestAny.cpp
228
ASSERT_FALSE(a.
HasValue
());
in HWTEST()
230
ASSERT_TRUE(a.
HasValue
());
in HWTEST()
232
ASSERT_FALSE(a.
HasValue
());
in HWTEST()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H
A
D
any.h
99
if (other.
HasValue
()) {
in Any()
106
if (other.
HasValue
()) {
in functionTable_()
226
if (
HasValue
()) {
250
bool
HasValue
() const noexcept
263
if (!
HasValue
()) {
271
if (!
HasValue
()) {
504
if (other.
HasValue
()) {
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
H
A
D
ffmpeg_au_enc_config.cpp
139
if (!outVal.
HasValue
() && g_GetAttrFuncMap.count(codecContext.codec_id) != 0) {
in GetAudioEncoderParameters()
142
if (outVal.
HasValue
()) {
in GetAudioEncoderParameters()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H
A
D
any.h
185
if (other.
HasValue
()) {
in Any()
192
if (other.
HasValue
()) {
in functionTable_()
312
if (
HasValue
()) {
336
bool
HasValue
() const noexcept
349
if (!
HasValue
()) {
357
if (!
HasValue
()) {
364
if (!
HasValue
()) {
712
if (other.
HasValue
()) {
/foundation/multimedia/media_foundation/tests/unittest/meta/
H
A
D
any_func_unit_test.cpp
87
ASSERT_FALSE(anyInit.
HasValue
());
in HWTEST_F()
102
ASSERT_TRUE(anyInit.
HasValue
());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H
A
D
radius.h
36
bool
HasValue
() const
in HasValue()
function in OHOS::Ace::NG::final
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H
A
D
ffmpeg_vid_enc_config.cpp
241
if (!outVal.
HasValue
() && g_getVideoAttrFuncMap.count(codecContext.codec_id) != 0) {
in GetVideoEncoderParameters()
244
if (outVal.
HasValue
()) {
in GetVideoEncoderParameters()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_paint_method.cpp
83
if (padding.
HasValue
() && geo->GetResolvedSingleSafeAreaPadding()) {
in GetSafeAreaPadding()
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
intf_type_check.cpp
134
if (method->GetAttribute()->
HasValue
(ASTAttr::CACHEABLE) &&
in CheckIntfSaAstMethods()
135
!method->GetAttribute()->
HasValue
(ASTAttr::ONEWAY)) {
in CheckIntfSaAstMethods()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H
A
D
rosen_decoration_painter.cpp
1156
if (border.
HasValue
()) {
in PaintDecoration()
1291
if (border.
HasValue
()) {
in PaintDecoration()
1326
if (border.
HasValue
()) {
in PaintDecoration()
2207
if (!border.
HasValue
()) {
in CanUseInnerRRect()
2322
if (borderEdge.
HasValue
()) {
in SetBorderStyle()
2364
if (borderEdge.
HasValue
()) {
in SetBorderStyle()
2431
if (border.Top().
HasValue
() && !NearZero(topW)) {
in PaintBorder()
2470
if (border.Right().
HasValue
() && !NearZero(rightW)) {
in PaintBorder()
2509
if (border.Bottom().
HasValue
() && !NearZero(bottomW)) {
in PaintBorder()
2547
if (border.Left().
HasValue
()
in PaintBorder()
[all...]
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H
A
D
type_finder.cpp
53
if (info.
HasValue
() && Any::IsSameTypeWith<std::vector<std::string>>(info)) {
in IsPluginSupportedExtension()
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H
A
D
type_finder.cpp
45
if (info.
HasValue
() && Plugin::Any::IsSameTypeWith<std::vector<std::string>>(info)) {
in IsPluginSupportedExtension()
Completed in 15 milliseconds
1
2