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:ITEM
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H
A
D
track_animation_state.cpp
107
if (trackStart_ && trackStart_->GetTypeId() != keyframeArray_->GetTypeId(TypeIdRole::
ITEM
)) {
in ValidateValues()
112
if (trackStart_ = keyframeArray_->Clone({ CloneValueType::DEFAULT_VALUE, TypeIdRole::
ITEM
}); trackStart_) {
in ValidateValues()
H
A
D
track_animation_state.h
63
return keyframeArray_ ? keyframeArray_->GetTypeId(TypeIdRole::
ITEM
) : TypeId {};
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H
A
D
any.h
112
if (role == TypeIdRole::
ITEM
) {
282
if (role == TypeIdRole::
ITEM
) {
449
if (options.role == TypeIdRole::
ITEM
) {
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H
A
D
array_element_bind.h
31
value_ = any->Clone({ CloneValueType::DEFAULT_VALUE, TypeIdRole::
ITEM
});
in ArrayElementBind()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H
A
D
test_utils.h
125
auto anya = a->Clone(AnyCloneOptions { CloneValueType::DEFAULT_VALUE, TypeIdRole::
ITEM
});
in IsEqual()
126
auto anyb = b->Clone(AnyCloneOptions { CloneValueType::DEFAULT_VALUE, TypeIdRole::
ITEM
});
in IsEqual()
H
A
D
testing_objects.cpp
411
if (options.role == TypeIdRole::CURRENT || options.role == TypeIdRole::
ITEM
) {
422
if (role == TypeIdRole::CURRENT || role == TypeIdRole::
ITEM
) {
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
intf_any.h
54
enum class TypeIdRole { CURRENT,
ITEM
, ARRAY };
member in AnyReturn::TypeIdRole
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H
A
D
importer.cpp
284
if (auto any = array.Clone(AnyCloneOptions { CloneValueType::DEFAULT_VALUE, TypeIdRole::
ITEM
})) {
in ImportArray()
H
A
D
exporter.cpp
206
auto any = array.Clone(AnyCloneOptions { CloneValueType::DEFAULT_VALUE, TypeIdRole::
ITEM
});
in ExportArray()
Completed in 9 milliseconds