Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
Dbookmaker.cpp369 auto scopedLinkIter = fLinkMap.find(entry.first); in copyToParent() local
370 if (fLinkMap.end() != scopedLinkIter) { in copyToParent()
372 parent->fLinkMap[scoped] = scopedLinkIter->second; in copyToParent()