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:namedEntities_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
entity_collection.cpp
119
const auto itt =
namedEntities_
.find(localContextId);
in GetEntity()
120
if (itt !=
namedEntities_
.end()) {
in GetEntity()
152
for (auto entityRef =
namedEntities_
.cbegin(); entityRef !=
namedEntities_
.cend();) {
in RemoveEntityRecursive()
154
entityRef =
namedEntities_
.erase(entityRef);
in RemoveEntityRecursive()
201
for (auto it =
namedEntities_
.begin(); it !=
namedEntities_
.end(); ++it) {
in RemoveEntity()
203
namedEntities_
.erase(it);
in RemoveEntity()
243
namedEntities_
[id] = entity;
in SetId()
248
for (auto& it :
namedEntities_
) {
in GetId()
[all...]
H
A
D
entity_collection.h
154
BASE_NS::unordered_map<BASE_NS::string, CORE_NS::EntityReference>
namedEntities_
;
member in EntityCollection
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H
A
D
entity_collection.cpp
135
BASE_NS::unordered_map<BASE_NS::string, CORE_NS::EntityReference>
namedEntities_
;
member in EntityCollection
224
const auto it =
namedEntities_
.find(localContextId);
in GetEntity()
225
if (it !=
namedEntities_
.end()) {
in GetEntity()
261
for (auto it =
namedEntities_
.begin(); it !=
namedEntities_
.end(); ++it) {
in RemoveEntity()
263
namedEntities_
.erase(it);
in RemoveEntity()
300
namedEntities_
[id] = entity;
in SetId()
304
for (auto& it :
namedEntities_
) {
in GetId()
560
namedEntities_
.clear();
699
dst.
namedEntities_
[all...]
Completed in 4 milliseconds