Home
last modified time | relevance | path

Searched refs:childMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_element.cpp159 auto childIter = childMap_.find(target); in PerformBuild()
160 if (childIter == childMap_.end()) { in PerformBuild()
163 childMap_.emplace(target, newChild); in PerformBuild()
236 auto childIter = childMap_.find(index); in GetTabContentChild()
237 if (childIter == childMap_.end()) { in GetTabContentChild()
H A Dtab_content_element.h59 std::unordered_map<int32_t, RefPtr<Element>> childMap_; variable