Home
last modified time | relevance | path

Searched refs:parentIt (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp364 std::vector<std::string>::const_iterator parentIt = parentComponentsReverse.begin(); in AppendRelativePath() local
366 while (parentIt != parentComponentsReverse.end()) { in AppendRelativePath()
367 if (*parentIt != *childIt) in AppendRelativePath()
369 ++parentIt; in AppendRelativePath()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp874 if (auto parentIt = lookUp_.find(parentEntity); parentIt != lookUp_.end()) {
875 auto& children = parentIt->second->children_;
881 if (auto parentIt = lookUp_.find(data->parent); parentIt != lookUp_.end()) {
882 auto& children = parentIt->second->children_;
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_focus_test_ng.cpp1718 auto parentIt = manager->parentScrollCallbacks_.find(parentId); in HWTEST_F() local
1719 auto& callbackMap = parentIt->second; in HWTEST_F()

Completed in 7 milliseconds