Lines Matching refs:fBmhParser
463 if (this->findLink(fWord, &fLink, fBmhParser->fAliasMap)) { in setLink()
468 if (this->findLink(fWord, &fLink, fBmhParser->fTopicMap)) { in setLink()
486 if (this->findLink(globName, &fLink, fBmhParser->fTopicMap)) { in setLink()
507 if (this->findLink(subtopic, &fLink, fBmhParser->fTopicMap)) { in setLink()
577 fBmhParser->fGlobalNames.fRefMap[fWord] = nullptr; in setLink()
698 keys.reserve(fBmhParser.fTopicMap.size()); in buildRefFromFile()
699 for (const auto& it : fBmhParser.fTopicMap) { in buildRefFromFile()
705 auto topicDef = fBmhParser.fTopicMap.at(s); in buildRefFromFile()
789 auto iter = fBmhParser.fTopicMap.find(allDefsIter->fDef); in checkAnchors()
790 if (fBmhParser.fTopicMap.end() != iter) { in checkAnchors()
817 if (fBmhParser.fExternals.end() == std::find_if(fBmhParser.fExternals.begin(), in checkAnchors()
818 fBmhParser.fExternals.end(), [allRefsIter](const RootDefinition& root) { in checkAnchors()
978 SkASSERT(names == &fBmhParser->fGlobalNames); in findLink()
1374 if (fBmhParser.fTopicMap.end() == fBmhParser.fTopicMap.find(fullName)) { in markTypeOut()
1462 auto illustIter = fBmhParser.fTopicMap.find(illustName); in markTypeOut()
1463 SkASSERT(fBmhParser.fTopicMap.end() != illustIter); in markTypeOut()
1497 fBmhParser.fMC = def->fContentStart[0]; in markTypeOut()
1528 paramMap.fParent = &fBmhParser.fGlobalNames; in markTypeOut()
1564 } else if (fBmhParser.fPhraseMap.end() == fBmhParser.fPhraseMap.find(def->fName)) { in markTypeOut()
1572 Definition* phraseRef = fBmhParser.fPhraseMap.find(def->fName)->second; in markTypeOut()
2162 while (fBmhParser.fMC == end[-1]) { in resolveOut()