Home
last modified time | relevance | path

Searched refs:collections_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/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()
260 for (auto& it : collections_) { in GetIdRecursive()
301 return collections_.size(); in GetSubCollectionCount()
323 BASE_ASSERT(collections_[i]); in GetSubCollectionIndex()
356 return *collections_.back(); in AddSubCollection()
363 auto& ec = *collections_.back(); in AddSubCollectionClone()
376 if (index < collections_.size()) { in RemoveSubCollection()
381 collections_.erase(collections_.begin() + index); in RemoveSubCollection()
568 collections_.clear(); in Clear()
[all …]
H A Dentity_collection.h158 BASE_NS::vector<EntityCollection::Ptr> collections_; in SCENE_BEGIN_NAMESPACE() local
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dobject_mgr.h75 std::unordered_map<void*, std::shared_ptr<FontCollectionType>> collections_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store.h79 std::map<std::string, Collection *> collections_; variable