Home
last modified time | relevance | path

Searched refs:collections_ (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp131 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 Dentity_collection.h158 BASE_NS::vector<EntityCollection::Ptr> collections_; member in EntityCollection
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Dentity_collection.cpp138 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 Dobject_mgr.cpp80 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 Ddocument_store.cpp790 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 Dobject_mgr.h65 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 Ddocument_store.h79 std::map<std::string, Collection *> collections_; member in DocumentDB::DocumentStore

Completed in 5 milliseconds