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:collections_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
entity_collection.cpp
131
for (auto& it :
collections_
) {
in GetEntityRecursive()
165
for (auto& it :
collections_
) {
in RemoveEntityRecursive()
223
for (auto& collection :
collections_
) {
in RemoveEntity()
260
for (auto& it :
collections_
) {
in GetIdRecursive()
289
for (auto& it :
collections_
) {
in GetUniqueIdentifierRecursive()
301
return
collections_
.size();
in GetSubCollectionCount()
306
if (index < 0 || index >=
collections_
.size()) {
in GetSubCollection()
309
return
collections_
.at(index).get();
in GetSubCollection()
314
if (index < 0 || index >=
collections_
.size()) {
in GetSubCollection()
317
return
collections_
in GetSubCollection()
[all...]
H
A
D
entity_collection.h
158
BASE_NS::vector<EntityCollection::Ptr>
collections_
;
member in EntityCollection
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H
A
D
entity_collection.cpp
138
BASE_NS::vector<EntityCollection::Ptr>
collections_
;
member in EntityCollection
277
for (auto& collection :
collections_
) {
in RemoveEntity()
314
return
collections_
.size();
in GetSubCollectionCount()
319
if (index >=
collections_
.size()) {
in GetSubCollection()
322
return
collections_
.at(index).get();
in GetSubCollection()
327
if (index >=
collections_
.size()) {
in GetSubCollection()
330
return
collections_
.at(index).get();
in GetSubCollection()
335
for (size_t i = 0; i <
collections_
.size(); ++i) {
in GetSubCollectionIndex()
336
BASE_ASSERT(
collections_
[i]);
in GetSubCollectionIndex()
337
if (
collections_
[
in GetSubCollectionIndex()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H
A
D
object_mgr.cpp
80
collections_
.insert({key, std::move(fontCollection)});
in Insert()
86
auto iter =
collections_
.find(key);
in Find()
87
if (iter !=
collections_
.end()) {
in Find()
97
auto iter =
collections_
.find(key);
in Remove()
98
if (iter !=
collections_
.end()) {
in Remove()
99
collections_
.erase(iter);
in Remove()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H
A
D
document_store.cpp
790
collections_
[context->collectionName] = nullptr;
in InitFindResultSet()
839
if (
collections_
.find(collection) !=
collections_
.end()) {
in IsExistResultSet()
849
if (
collections_
.find(collectionName) !=
collections_
.end()) {
in EraseCollection()
850
collections_
.erase(collectionName);
in EraseCollection()
865
if (flags == GRD_DB_CLOSE && !
collections_
.empty()) {
in Close()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
object_mgr.h
65
std::unordered_map<void*, std::shared_ptr<FontCollectionType>>
collections_
;
member in OHOS::Rosen::Drawing::FontCollectionMgr
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H
A
D
document_store.h
79
std::map<std::string, Collection *>
collections_
;
member in DocumentDB::DocumentStore
Completed in 5 milliseconds