Searched refs:childIt (Results 1 – 3 of 3) sorted by relevance
365 std::vector<std::string>::const_iterator childIt = childComponentsReverse.begin(); in AppendRelativePath() local367 if (*parentIt != *childIt) in AppendRelativePath()370 ++childIt; in AppendRelativePath()375 if ((childIt != childComponentsReverse.end()) && (*childIt == SEPARATOR)) { in AppendRelativePath()376 ++childIt; in AppendRelativePath()379 for (; childIt != childComponentsReverse.end(); ++childIt) { in AppendRelativePath()380 *path = path->Append(*childIt); in AppendRelativePath()
636 auto childIt = children.begin(); variable637 for (size_t i = 0; i < children.size(); i++, childIt++) {638 const auto& childNode = AceType::DynamicCast<FrameNode>(*childIt);684 auto childIt = children.begin(); variable685 for (size_t i = 0; i < children.size(); i++, childIt++) {748 auto childIt = children.begin(); variable749 for (size_t i = 0; i < children.size(); i++, childIt++) {796 auto childIt = children.begin(); variable797 for (size_t i = 0; i < children.size(); i++, childIt++) {845 auto childIt = children.begin(); variable[all …]
555 auto childIt = children.begin(); in UpdateSelectParam() local556 for (size_t i = 0; i < updateCount; i++, childIt++) { in UpdateSelectParam()557 const auto& childNode = AceType::DynamicCast<FrameNode>(*childIt); in UpdateSelectParam()