Searched refs:childTag (Results 1 – 2 of 2) sorted by relevance
40 const char* childTag = nullptr) { in getChildren() argument42 for (auto* child = node.FirstChildElement(childTag); child != nullptr; in getChildren()43 child = child->NextSiblingElement(childTag)) { in getChildren()
1037 String childTag = (String) child.getTag(); in mapBindings() local1038 if (childTag.endsWith("_0") && in mapBindings()1039 childTag.startsWith("layout") && childTag.indexOf('/') > 0) { in mapBindings()1041 int includeIndex = findIncludeIndex(childTag, minInclude, in mapBindings()