Searched refs:bmhFile (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | mdOut.cpp | 769 for (auto bmhFile : fAllAnchorRefs) { in checkAnchors() local 770 auto defIter = fAllAnchorDefs.find(bmhFile.first); in checkAnchors() 775 std::sort(bmhFile.second.begin(), bmhFile.second.end()); in checkAnchors() 777 auto allRefsIter = bmhFile.second.begin(); in checkAnchors() 780 bool allRefsEnded = allRefsIter == bmhFile.second.end(); in checkAnchors() 795 if (bmhFile.second.end() != std::find_if(bmhFile.second.begin(), in checkAnchors() 796 bmhFile.second.end(), in checkAnchors() 804 goodEnough = contains_referenced_child(found, bmhFile.second); in checkAnchors() 820 SkDebugf("missing def %s %s\n", bmhFile.first.c_str(), allRefsIter->c_str()); in checkAnchors()
|
D | includeParser.cpp | 3611 string bmhFile = root ? root->fFileName : bDef ? bDef->fFileName : "a *.bmh file"; in suggestFix() local 3629 SkDebugf(kMethodMissingStr, bmhFile.c_str(), methodNameLessImpl, iDef.fFileName.c_str(), in suggestFix() 3636 SkDebugf(kMethodDiffersNoPopStr, bmhFile.c_str(), methodNameLessImpl, methodName); in suggestFix()
|