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
defs:actualVec
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_collection_ffi.cpp
63
auto
actualVec
= reinterpret_cast<std::vector<std::string>*>(vec);
in FFICJCommonVectorStringSetElement()
local
70
auto
actualVec
= reinterpret_cast<std::vector<std::string>*>(vec);
in FFICJCommonVectorStringGetElement()
local
77
auto
actualVec
= reinterpret_cast<std::vector<int32_t>*>(vec);
in FFICJCommonVectorInt32SetElement()
local
83
auto
actualVec
= reinterpret_cast<std::vector<int32_t>*>(vec);
FFICJCommonVectorInt32GetElement()
local
90
auto
actualVec
= reinterpret_cast<std::vector<int64_t>*>(vec);
FFICJCommonVectorInt64SetElement()
local
96
auto
actualVec
= reinterpret_cast<std::vector<int64_t>*>(vec);
FFICJCommonVectorInt64GetElement()
local
103
auto
actualVec
= reinterpret_cast<std::vector<uint8_t>*>(vec);
FFICJCommonVectorUInt8SetElement()
local
109
auto
actualVec
= reinterpret_cast<std::vector<uint8_t>*>(vec);
FFICJCommonVectorUInt8GetElement()
local
116
auto
actualVec
= reinterpret_cast<std::vector<uint32_t>*>(vec);
FFICJCommonVectorUInt32SetElement()
local
122
auto
actualVec
= reinterpret_cast<std::vector<uint32_t>*>(vec);
FFICJCommonVectorUInt32GetElement()
local
129
auto
actualVec
= reinterpret_cast<std::vector<float>*>(vec);
FFICJCommonVectorFloat32SetElement()
local
135
auto
actualVec
= reinterpret_cast<std::vector<float>*>(vec);
FFICJCommonVectorFloat32GetElement()
local
142
auto
actualVec
= reinterpret_cast<std::vector<double>*>(vec);
FFICJCommonVectorFloat64SetElement()
local
148
auto
actualVec
= reinterpret_cast<std::vector<double>*>(vec);
FFICJCommonVectorFloat64GetElement()
local
155
auto
actualVec
= reinterpret_cast<std::vector<bool>*>(vec);
FFICJCommonVectorBoolSetElement()
local
161
auto
actualVec
= reinterpret_cast<std::vector<bool>*>(vec);
FFICJCommonVectorBoolGetElement()
local
168
auto
actualVec
= reinterpret_cast<std::vector<NavigationItem>*>(vec);
FFICJCommonVectorNavigationItemSetElement()
local
174
auto
actualVec
= reinterpret_cast<std::vector<NavigationItem>*>(vec);
FFICJCommonVectorNavigationItemGetElement()
local
[all...]
H
A
D
cj_native_view_ffi.cpp
212
auto
actualVec
= reinterpret_cast<std::vector<int64_t>*>(vec);
in FFICJVectorCJInt64SetElement()
local
218
auto
actualVec
= reinterpret_cast<std::vector<int64_t>*>(vec);
in FFICJVectorCJInt64Delete()
local
H
A
D
cj_data_panel_ffi.cpp
43
auto
actualVec
= reinterpret_cast<std::vector<NativeLinearGradient>*>(vec);
in FFICJVectorNativeLinearGradientSetElement()
local
50
auto
actualVec
= reinterpret_cast<std::vector<NativeLinearGradient>*>(vec);
in FFICJVectorNativeLinearGradientDelete()
local
H
A
D
cj_alphabet_indexer_ffi.cpp
33
auto
actualVec
= reinterpret_cast<std::vector<std::string>*>(vecContent);
in FfiOHOSAceFrameworkAlphabetIndexerCreate()
local
H
A
D
cj_image_animator_ffi.cpp
143
auto
actualVec
= reinterpret_cast<std::vector<FfiImage>*>(vec);
in FfiCJVectorFfiImageSetElement()
local
150
auto
actualVec
= reinterpret_cast<std::vector<FfiImage>*>(vec);
in FfiCJVectorFfiImageDelete()
local
H
A
D
cj_textpicker_ffi.cpp
139
auto
actualVec
= reinterpret_cast<std::vector<std::string>*>(vecContent);
in FfiOHOSAceFrameworkTextPickerCreate()
local
192
auto
actualVec
= reinterpret_cast<std::vector<std::string>*>(vecContent);
in FfiOHOSAceFrameworkTextPickerDialogShow()
local
H
A
D
cj_text_clock_ffi.cpp
87
auto
actualVec
= reinterpret_cast<std::vector<NativeTextShadow>*>(vec);
in FFICJVectorNativeTextShadowSetElement()
local
94
auto
actualVec
= reinterpret_cast<std::vector<NativeTextShadow>*>(vec);
in FFICJVectorNativeTextShadowDelete()
local
H
A
D
cj_gauge_ffi.cpp
38
auto
actualVec
= reinterpret_cast<std::vector<ColorStop>*>(vec);
in FFICJVectorColorStopSetElement()
local
45
auto
actualVec
= reinterpret_cast<std::vector<ColorStop>*>(vec);
in FFICJVectorColorStopDelete()
local
59
auto
actualVec
= reinterpret_cast<std::vector<VectorColorStops>*>(vec);
in FFICJVectorGaugeLinearGradientSetElement()
local
66
auto
actualVec
= reinterpret_cast<std::vector<VectorColorStops>*>(vec);
in FFICJVectorGaugeLinearGradientDelete()
local
H
A
D
cj_select_ffi.cpp
37
auto
actualVec
= reinterpret_cast<std::vector<NativeSelectOption>*>(vec);
in FFICJVectorNativeSelectOptionSetElement()
local
44
auto
actualVec
= reinterpret_cast<std::vector<NativeSelectOption>*>(vec);
in FFICJVectorNativeSelectOptionDelete()
local
H
A
D
cj_canvas_ffi.cpp
310
auto
actualVec
= reinterpret_cast<std::vector<double>*>(lineDashArr);
in FfiOHOSAceFrameworkRenderingContextSetLineDash()
local
H
A
D
cj_view_abstract_ffi.cpp
1354
auto
actualVec
= reinterpret_cast<std::vector<NativeRectangle>*>(vec);
in FFICJVectorNativeRectangleDelete()
local
1361
auto
actualVec
= reinterpret_cast<std::vector<NativeRectangle>*>(vec);
in FFICJVectorNativeRectangleSetElement()
local
Completed in 10 milliseconds