Searched refs:collections_ (Results 1 – 6 of 6) sorted by relevance
131 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 …]
158 BASE_NS::vector<EntityCollection::Ptr> collections_; in SCENE_BEGIN_NAMESPACE() local
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()
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()
75 std::unordered_map<void*, std::shared_ptr<FontCollectionType>> collections_; variable
79 std::map<std::string, Collection *> collections_; variable