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:cast
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_stack_processor.h
43
auto
cast
##target = (frameNode)->GetLayoutPropertyPtr<target>(); \
44
if (
cast
##target) { \
45
cast
##target->Update##name(value); \
51
auto
cast
##target = frameNode->GetLayoutPropertyPtr<target>(); \
52
if (
cast
##target) { \
53
value =
cast
##target->Get##name##Value(); \
59
auto
cast
##target = frameNode->GetLayoutPropertyPtr<target>(); \
60
if (
cast
##target) { \
61
value =
cast
##target->Get##name##Value(defaultValue); \
73
auto
cast
##targe
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H
A
D
checked_cast.h
44
// bad_checked_cast is thrown if
cast
is bad
67
return "bad checked
cast
: source is not a target type";
in what()
88
static T
cast
(X &x, hidden::LookUpHelper2 const &)
in cast()
function
92
// check cross
cast
in cast()
102
static T
cast
(X const &x, hidden::LookUpHelper const &)
in cast()
function
107
// check cross
cast
in cast()
120
static T
cast
(X &x, hidden::LookUpHelper2 const &)
in cast()
function
124
// check cross
cast
in cast()
126
APP_LOGE("bad
cast
");
in cast()
134
static T
cast
(
function
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H
A
D
svc_backup_connection_test.cpp
58
IfaceCastMock::
cast
= castMock;
in SetUpTestCase()
member in OHOS::FileManagement::Backup::IfaceCastMock
63
IfaceCastMock::
cast
= nullptr;
in TearDownTestCase()
member in OHOS::FileManagement::Backup::IfaceCastMock
H
A
D
service_stub_test.cpp
109
IfaceCastMock::
cast
= castMock;
in SetUpTestCase()
member in OHOS::FileManagement::Backup::IfaceCastMock
117
IfaceCastMock::
cast
= nullptr;
in TearDownTestCase()
member in OHOS::FileManagement::Backup::IfaceCastMock
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H
A
D
message_parcel_mock.cpp
22
return BackupIfaceCast::
cast
->iface_cast(object);
in NewInstance()
H
A
D
message_parcel_mock.h
33
static inline std::shared_ptr<BackupIfaceCast>
cast
= nullptr;
member in OHOS::FileManagement::Backup::BackupIfaceCast
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H
A
D
lite_graph_to_hdi_model_v2_0.cpp
157
Cast
cast
{};
in ConvertCast()
159
(void)CastBlockMarshalling(data,
cast
);
in ConvertCast()
H
A
D
lite_graph_to_hdi_model_v1_0.cpp
157
Cast
cast
{};
in ConvertCast()
159
(void)CastBlockMarshalling(data,
cast
);
in ConvertCast()
H
A
D
lite_graph_to_hdi_model_v2_1.cpp
208
Cast
cast
{};
in ConvertCast()
210
(void)CastBlockMarshalling(data,
cast
);
in ConvertCast()
Completed in 11 milliseconds