Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dgenerate_clip_ids.cpp50 auto& childId = it->first; in getClipIDs() local
58 if (childId.isChildOf(parentId)) { in getClipIDs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp186 QString childId = children.at(i).toString(); in processCategory() local
187 if (!m_tree.contains(childId)) { in processCategory()
188 node.childIds.append(childId); in processCategory()
189 processCategory(level + 1, childId, id); in processCategory()
673 foreach (const QString &childId, m_categoryTree.value(parentId).childIds) in childCategories()
674 results.append(m_categoryTree.value(childId).category); in childCategories()