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:GetSubCollection
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H
A
D
intf_entity_collection.h
77
virtual IEntityCollection*
GetSubCollection
(size_t index) = 0;
78
virtual const IEntityCollection*
GetSubCollection
(size_t index) const = 0;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H
A
D
intf_entity_collection.h
86
virtual IEntityCollection*
GetSubCollection
(size_t index) = 0;
87
virtual const IEntityCollection*
GetSubCollection
(size_t index) const = 0;
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H
A
D
entity_collection.cpp
64
IEntityCollection*
GetSubCollection
(size_t index) override;
65
const IEntityCollection*
GetSubCollection
(size_t index) const override;
317
IEntityCollection* EntityCollection::
GetSubCollection
(size_t index)
in GetSubCollection()
function in EntityCollection
325
const IEntityCollection* EntityCollection::
GetSubCollection
(size_t index) const
in GetSubCollection()
function in EntityCollection
581
auto* col = srcCollection.
GetSubCollection
(static_cast<size_t>(index));
603
auto* subCollection = srcCollection.
GetSubCollection
(subIndex);
H
A
D
ecs_serializer.cpp
260
collection = ec.
GetSubCollection
(static_cast<size_t>(index));
in EntityFromJson()
271
collection = ec.
GetSubCollection
(collectionIndex);
in EntityFromJson()
320
auto* collection = ec.
GetSubCollection
(i);
in EntityToJson()
514
auto* collection = ec.
GetSubCollection
(i);
in WriteEntityCollection()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
entity_collection.cpp
304
IEntityCollection* EntityCollection::
GetSubCollection
(size_t index)
in GetSubCollection()
function in EntityCollection
312
const IEntityCollection* EntityCollection::
GetSubCollection
(size_t index) const
in GetSubCollection()
function in EntityCollection
590
if (auto targetCollection =
GetSubCollection
(collectionIx)) {
628
auto* srcSubCollection = srcCollection.
GetSubCollection
(subCollectionIndex);
642
auto* sc = srcSubCollection->
GetSubCollection
(j);
H
A
D
entity_collection.h
74
IEntityCollection*
GetSubCollection
(size_t index) override;
75
const IEntityCollection*
GetSubCollection
(size_t index) const override;
H
A
D
ecs_serializer.cpp
315
collection = ec.
GetSubCollection
(static_cast<size_t>(index));
in EntityFromJson()
326
collection = ec.
GetSubCollection
(collectionIndex);
in EntityFromJson()
375
auto* collection = ec.
GetSubCollection
(i);
in EntityToJson()
576
auto* collection = ec.
GetSubCollection
(i);
in WriteEntityCollection()
H
A
D
asset_loader.cpp
368
targetEntity = ec_.
GetSubCollection
(--subcollectionCount)->GetEntity(entityTarget);
in LoadJsonEntityCollection()
564
targetEntity = ec_.
GetSubCollection
(--subcollectionCount)->GetEntity(entityTarget);
in GltfImportFinished()
H
A
D
scene_holder.cpp
888
if (auto gltfCollection = collection.
GetSubCollection
(gltfCollectionIx)) {
in GetEntityId()
1170
if (const auto& subcollection = scene_->
GetSubCollection
(ix); subcollection->GetUri() == fullPath) {
in FindResource()
1605
scene_->
GetSubCollection
(ix)->SetUri(name);
in RenameEntity()
1635
auto meshCollection = scene_->
GetSubCollection
(meshCollectionIndex);
in DestroyEntity()
1644
auto materialCollection = scene_->
GetSubCollection
(materialCollectionIndex);
in DestroyEntity()
2571
scene_->
GetSubCollection
(cachedIdx)->SetActive(false);
in ReleaseOwnership()
2672
cachedEntity = scene_->
GetSubCollection
(idx)->GetEntity("/");
in FindCachedRelatedEntity()
Completed in 13 milliseconds