Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp874 if (auto parentIt = lookUp_.find(parentEntity); parentIt != lookUp_.end()) { in Refresh() local
875 auto& children = parentIt->second->children_; in Refresh()
881 … if (auto parentIt = lookUp_.find(data->parent); parentIt != lookUp_.end()) { in Refresh() local
882 auto& children = parentIt->second->children_; in Refresh()