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:PropertyEntry
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H
A
D
item_property_box.h
28
struct
PropertyEntry
{
struct
75
std::vector<
PropertyEntry
> entries_;
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H
A
D
item_property_box.cpp
88
PropertyEntry
entry;
in ParseContent()
133
PropertyEntry
entry;
in AddProperty()
146
for (const
PropertyEntry
&entry: entries_) {
in InferFullBoxVersion()
169
for (const
PropertyEntry
&entry: entries_) {
in Write()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
animation_system.h
88
struct
PropertyEntry
;
139
const
PropertyEntry
& GetEntry(const AnimationTrackComponent& track);
164
BASE_NS::vector<
PropertyEntry
> propertyCache_;
H
A
D
animation_system.cpp
54
struct AnimationSystem::
PropertyEntry
{
struct in AnimationSystem
553
AnimationSystem::
PropertyEntry
FindDynamicProperty(const AnimationTrackComponent& animationTrack,
in FindDynamicProperty()
554
const IPropertyHandle* dynamicProperties, AnimationSystem::
PropertyEntry
entry)
in FindDynamicProperty()
1295
const AnimationSystem::
PropertyEntry
& AnimationSystem::GetEntry(const AnimationTrackComponent& track)
in GetEntry()
1300
[](const
PropertyEntry
& element, uint64_t value) { return element.componentAndProperty < value; });
in GetEntry()
1303
pos = propertyCache_.insert(pos,
PropertyEntry
{ key, ecs_.GetComponentManager(track.component), 0U, nullptr });
in GetEntry()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
heif_parser_box_test.cpp
104
struct
PropertyEntry
ref {
in HWTEST_F()
143
struct
PropertyEntry
ref {
in HWTEST_F()
164
struct
PropertyEntry
ref {.itemId = 0};
in HWTEST_F()
179
struct
PropertyEntry
ref {.itemId = 0xFFFFFFFF};
in HWTEST_F()
Completed in 5 milliseconds