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:IsInt
(Results
1 - 23
of
23
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/codec/
H
A
D
codec_data.h
89
bool
IsInt
() const
in IsInt()
function in OHOS::Ace::Framework::final
142
return
IsInt
() ? std::get<int32_t>(data_) : defValue;
in GetIntValue()
146
return IsLong() ? std::get<int64_t>(data_) :
IsInt
() ? std::get<int32_t>(data_) : defValue;
in GetLongValue()
151
: IsLong() ? std::get<int64_t>(data_) :
IsInt
() ? std::get<int32_t>(data_) : defValue;
in GetDoubleValue()
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H
A
D
oh_preferences_value.cpp
74
if (self->value_.
IsInt
()) {
in OH_PreferencesValue_GetValueType()
92
if (self->value_.
IsInt
()) {
in OH_PreferencesValue_GetInt()
H
A
D
oh_preferences.cpp
195
if (res.second.
IsInt
()) {
in OH_Preferences_GetInt()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_value_conversions.h
32
return val->
IsInt
();
in Validate()
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H
A
D
preferences_value.h
201
PREF_API_EXPORT bool
IsInt
() const;
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H
A
D
preferences_value.cpp
119
bool PreferencesValue::
IsInt
() const
in IsInt()
function in OHOS::NativePreferences::PreferencesValue
H
A
D
preferences_base.cpp
56
if (!preferencesValue.
IsInt
()) {
H
A
D
preferences_value_parcel.cpp
27
if (value.
IsInt
()) {
in GetTypeIndex()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_column_bridge.cpp
32
if (secondArg->
IsInt
()) {
in SetJustifyContent()
H
A
D
arkts_native_video_bridge.cpp
85
if (secondArg->
IsInt
()) {
in SetObjectFit()
H
A
D
arkts_native_text_bridge.cpp
308
if (secondArg->
IsInt
()) {
in SetDecoration()
314
if (fourthArg->
IsInt
()) {
in SetDecoration()
589
if (secondArg->
IsInt
()) {
in SetCopyOption()
877
if (styleArg->
IsInt
()) {
in SetFont()
1250
if (entityDecorationTypeArg->
IsInt
()) {
in ParseAIEntityColor()
1256
if (entityDecorationStyleArg->
IsInt
()) {
in ParseAIEntityColor()
H
A
D
arkts_native_span_bridge.cpp
317
if (secondArg->
IsInt
()) {
in SetDecoration()
323
if (fourthArg->
IsInt
()) {
in SetDecoration()
461
if (styleArg->
IsInt
()) {
in SetFont()
H
A
D
arkts_native_side_bar_container_bridge.cpp
283
if (sideBarPositionArg->
IsInt
()) {
in SetSideBarPosition()
H
A
D
arkts_native_text_area_bridge.cpp
640
if (secondArg->
IsInt
()) {
in SetDecoration()
645
if (fourthArg->
IsInt
()) {
in SetDecoration()
1671
if (styleArg->
IsInt
()) {
in SetBorderStyle()
1678
if (topArg->
IsInt
()) {
in SetBorderStyle()
1681
if (rightArg->
IsInt
()) {
in SetBorderStyle()
1684
if (bottomArg->
IsInt
()) {
in SetBorderStyle()
1687
if (leftArg->
IsInt
()) {
in SetBorderStyle()
H
A
D
arkts_native_common_bridge.cpp
2020
if (styleArg->
IsInt
()) {
in SetBorderStyle()
2027
if (topArg->
IsInt
()) {
in SetBorderStyle()
2030
if (rightArg->
IsInt
()) {
in SetBorderStyle()
2033
if (bottomArg->
IsInt
()) {
in SetBorderStyle()
2036
if (leftArg->
IsInt
()) {
in SetBorderStyle()
2089
if (typeArg->
IsInt
()) {
in SetShadow()
2800
if (directionArg->
IsInt
()) {
in SetLinearGradientBlur()
3367
if (hierarchyStrategyArg->
IsInt
()) {
in SetGeometryTransition()
7777
if (startArg->
IsInt
()) {
in SetPixelRound()
7780
if (topArg->
IsInt
()) {
in SetPixelRound()
[all...]
H
A
D
arkts_native_progress_bridge.cpp
426
if (!styleArg->IsNull() && styleArg->
IsInt
()) {
in ParseCapsuleFontStyle()
H
A
D
arkts_native_text_input_bridge.cpp
161
if (secondArg->
IsInt
() && secondArg->Int32Value(vm) >= 0) {
in SetCaretPosition()
948
if (secondArg->
IsInt
()) {
in SetDecoration()
953
if (fourthArg->
IsInt
()) {
in SetDecoration()
H
A
D
arkts_native_rich_editor_bridge.cpp
150
if (entityDecorationTypeArg->
IsInt
()) {
in ParseAIEntityColor()
156
if (entityDecorationStyleArg->
IsInt
()) {
in ParseAIEntityColor()
H
A
D
arkts_native_search_bridge.cpp
771
if (secondArg->
IsInt
()) {
in SetDecoration()
776
if (fourthArg->
IsInt
()) {
in SetDecoration()
H
A
D
arkts_utils.cpp
1465
if (jsValue->
IsInt
()) {
in parseShadowType()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H
A
D
ark_interop_napi.cpp
176
double aValue = aRef.
IsInt
() ? BIT_CAST(a, IntegerRef).Value() : BIT_CAST(a, NumberRef).Value();
in ARKTS_StrictEqual()
177
double bValue = bRef.
IsInt
() ? BIT_CAST(b, IntegerRef).Value() : BIT_CAST(b, NumberRef).Value();
in ARKTS_StrictEqual()
238
if (ref.
IsInt
()) {
in ARKTS_GetValueNumber()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
ark_js_value.cpp
94
return !value_.IsEmpty() && value_->
IsInt
();
in IsInt32()
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H
A
D
preferences_impl.cpp
338
if (pValue.
IsInt
()) {
in NativeValueToCValueType()
Completed in 79 milliseconds